* ylwrap: New file.
* Makefile.in (DEVO_SUPPORT): Add ylwrap. * ltmain.sh: Handle /bin/sh at start of install program.
This commit is contained in:
parent
d467c30d18
commit
6e68a23e89
3 changed files with 7 additions and 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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue