diff options
author | Steve Chamberlain <sac@cygnus> | 1994-11-22 23:18:24 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-11-22 23:18:24 +0000 |
commit | aa30c7ee221fb88e6106951b00d47cd3ef36e75c (patch) | |
tree | c21749539914b270a1bbbc226958684433d4e84b /gas/Makefile.in | |
parent | 48855ed5ceb1b4a592517293488a35c7e6ce79f4 (diff) | |
download | gdb-aa30c7ee221fb88e6106951b00d47cd3ef36e75c.zip gdb-aa30c7ee221fb88e6106951b00d47cd3ef36e75c.tar.gz gdb-aa30c7ee221fb88e6106951b00d47cd3ef36e75c.tar.bz2 |
* Makefile.in (INSTALL_XFORM): Fix typo.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index d1093a1..513a624 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -53,14 +53,14 @@ infodir = $(prefix)/info includedir = $(prefix)/include docdir = $(datadir)/doc -VERSION=cygnus-2.5 +VERSION=cygnus-2.5.3 SHELL = /bin/sh INSTALL = $${srcroot}/install.sh -c INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) -INSTALL_XFORM = $(INSTALL) -t='-e "$(program_transform_name)"' +INSTALL_XFORM = $(INSTALL) -t='-e $(program_transform_name)' INSTALL_XFORM1= $(INSTALL_XFORM) -b=.1 DISTSTUFF= make-gas.com |