diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com> + * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing. + * ltconfig, ltmain.sh: New files, from libtool 1.0. * missing: New file, from automake 1.2. diff --git a/Makefile.in b/Makefile.in index 9363ad9..129f60c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1516,7 +1516,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ config.guess 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 + mkinstalldirs ltconfig ltmain.sh missing # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |