Browse Source

* ylwrap: New file.

* Makefile.in (DEVO_SUPPORT): Add ylwrap.

	* ltmain.sh: Handle /bin/sh at start of install program.
gdb-4_18-branch
Ian Lance Taylor 29 years ago
parent
commit
6e68a23e89
  1. 2
      .Sanitize
  2. 5
      ChangeLog
  3. 2
      Makefile.in

2
.Sanitize

@ -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"

5
ChangeLog

@ -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.

2
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

Loading…
Cancel
Save