diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-25 20:26:51 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-25 20:26:51 +0000 |
commit | 97f60b3142a506b3cc23e8e949202e6aee28f89a (patch) | |
tree | e622ce0bab3c4db28ee05728c82acc31f81ec6f7 /Makefile.in | |
parent | 1b57acd29625c4c6a2db9734bcbd01d4b06d3387 (diff) | |
download | gdb-97f60b3142a506b3cc23e8e949202e6aee28f89a.zip gdb-97f60b3142a506b3cc23e8e949202e6aee28f89a.tar.gz gdb-97f60b3142a506b3cc23e8e949202e6aee28f89a.tar.bz2 |
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
ltcf-c.sh.
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 16cb5cc..68b421b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1702,7 +1702,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 # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |