* Makefile.in (INSTALL_XFORM): Fix typo.
This commit is contained in:
parent
48855ed5ce
commit
aa30c7ee22
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue