diff options
-rw-r--r-- | .Sanitize | 2 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -59,7 +59,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf texinfo tgas utils uudecode wdiff xiberty configure.bat makeall.bat setup.com makefile.vms winsup mpw-README mpw-configure mpw-config.in mpw-build.in mpw-install - ltconfig ltmain.sh missing" + ltconfig ltmain.sh missing ylwrap" lose_these_too="${lose_these_too} testsuite" @@ -1,5 +1,10 @@ Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com> + * ylwrap: New file. + * Makefile.in (DEVO_SUPPORT): Add ylwrap. + + * ltmain.sh: Handle /bin/sh at start of install program. + * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing. * ltconfig, ltmain.sh: New files, from libtool 1.0. diff --git a/Makefile.in b/Makefile.in index 129f60c..5d96e92 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 ltconfig ltmain.sh missing + mkinstalldirs ltconfig ltmain.sh missing ylwrap # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |