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 | fa68c22b72fdd4779817eafa9c92fdc27faf72f1 (patch) | |
tree | 139e5b8ea75af768cbcb79b28314db13ec6414e3 /Makefile.in | |
parent | 1691b108182b01a06301953a0f08dae1e95855c7 (diff) | |
download | gdb-fa68c22b72fdd4779817eafa9c92fdc27faf72f1.tar.gz |
* 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 16cb5cc83e2..68b421bfa21 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 |