mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* Makefile.in (INSTALL_XFORM): Fix typo.
This commit is contained in:
@ -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>
|
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
|
* config/tc-alpha.c (s_alpha_set): Ignore the .set (no)move and
|
||||||
|
@ -53,14 +53,14 @@ infodir = $(prefix)/info
|
|||||||
includedir = $(prefix)/include
|
includedir = $(prefix)/include
|
||||||
docdir = $(datadir)/doc
|
docdir = $(datadir)/doc
|
||||||
|
|
||||||
VERSION=cygnus-2.5
|
VERSION=cygnus-2.5.3
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
INSTALL = $${srcroot}/install.sh -c
|
INSTALL = $${srcroot}/install.sh -c
|
||||||
INSTALL_PROGRAM = $(INSTALL)
|
INSTALL_PROGRAM = $(INSTALL)
|
||||||
INSTALL_DATA = $(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
|
INSTALL_XFORM1= $(INSTALL_XFORM) -b=.1
|
||||||
|
|
||||||
DISTSTUFF= make-gas.com
|
DISTSTUFF= make-gas.com
|
||||||
|
Reference in New Issue
Block a user