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 | |
parent | 48855ed5ceb1b4a592517293488a35c7e6ce79f4 (diff) | |
download | gdb-aa30c7ee221fb88e6106951b00d47cd3ef36e75c.zip gdb-aa30c7ee221fb88e6106951b00d47cd3ef36e75c.tar.gz gdb-aa30c7ee221fb88e6106951b00d47cd3ef36e75c.tar.bz2 |
* Makefile.in (INSTALL_XFORM): Fix typo.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c8971c2..b7a480e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 22 14:37:58 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * Makefile.in (INSTALL_XFORM): Fix typo. + Tue Nov 22 10:23:25 1994 J.T. Conklin <jtc@rtl.cygnus.com> * config/tc-alpha.c (s_alpha_set): Ignore the .set (no)move and 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 |