diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-16 01:00:29 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-16 01:00:29 +0000 |
commit | a00ee52267c1758ad9e243877abc144f79d0f1d6 (patch) | |
tree | 1f9df26917a197fafd11256a5cc7e27283bd1cdf /gas/Makefile.in | |
parent | 238aa238e25b5223569136177fc57fcb87f2ef16 (diff) | |
download | gdb-a00ee52267c1758ad9e243877abc144f79d0f1d6.zip gdb-a00ee52267c1758ad9e243877abc144f79d0f1d6.tar.gz gdb-a00ee52267c1758ad9e243877abc144f79d0f1d6.tar.bz2 |
remove parentdir support
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 34ebc25..800b534 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -53,7 +53,7 @@ VERSION=2.1.4 SHELL = /bin/sh -INSTALL = $(srcdir)/../install.sh -c +INSTALL = install -c INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) INSTALL_XFORM = $(INSTALL) -t=$(program_transform_name) |