projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4b4d1
)
fix INSTALL_XFORM definition
author
David D. Zuhn
<zoo@cygnus>
Fri, 18 Jun 1993 16:57:33 +0000
(16:57 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Fri, 18 Jun 1993 16:57:33 +0000
(16:57 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
43caa5d
..
94f8cfe
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-48,7
+48,7
@@
SHELL = /bin/sh
INSTALL = $${srcroot}/install.sh -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
-INSTALL_XFORM = $(INSTALL) -t
$(program_transform_name)
+INSTALL_XFORM = $(INSTALL) -t
="$(program_transform_name)"
AS = as
AR = ar