diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-18 00:35:08 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-18 00:35:08 +0000 |
commit | c8fee4a53e809f4be38948d22f33dd0467cbcc9d (patch) | |
tree | 1ca19bbeaacc8d8fafd5ea639360cd58355d1347 /binutils | |
parent | 0ed316a062b1dc12f78df5fea9638f1ea7f5cd03 (diff) | |
download | gdb-c8fee4a53e809f4be38948d22f33dd0467cbcc9d.zip gdb-c8fee4a53e809f4be38948d22f33dd0467cbcc9d.tar.gz gdb-c8fee4a53e809f4be38948d22f33dd0467cbcc9d.tar.bz2 |
canonicalize install.sh location
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5e3eaaf..9e6da7f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com) + + * Makefile.in: canonicalize install.sh; for use within + this directory (and subdirs) + Mon Jun 14 12:13:22 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) * Makefile.in (install, install-info): remove parentdir support, diff --git a/binutils/Makefile.in b/binutils/Makefile.in index c59298f..f9e8c5c 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -44,7 +44,7 @@ docdir = $(datadir)/doc SHELL = /bin/sh -INSTALL = install -c +INSTALL = `cd $(srcdir)/..'pwd`/install.sh -c INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) INSTALL_XFORM = $(INSTALL) -t=$(program_tranform_name) |