diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-30 06:20:24 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-09-30 06:20:24 +0000 |
commit | de7105326d4554788a10b54bdc75a726a20fb32c (patch) | |
tree | 9fa730cc4c90d7a733d8cc0d115d0159b9789329 /Makefile.in | |
parent | 5f5272039d313630e4c9cc6128ff5a31fb873133 (diff) | |
download | gcc-de7105326d4554788a10b54bdc75a726a20fb32c.tar.gz |
Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
From-SVN: r36674
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 096668a537b..0836bd5472a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1704,7 +1704,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ config.guess config.if config.sub config move-if-change \ mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ - mkinstalldirs ltconfig ltmain.sh missing ylwrap + mkinstalldirs ltconfig ltmain.sh missing ylwrap \ + libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |