aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-18 17:03:58 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-18 17:03:58 +0000
commit9cd039e778f0b6ca603225411165ee199e042a3c (patch)
treee33e3dbc9a04fbc2a70fd95fc31a053b29b37fa3 /ld
parentdf063d29cc24713ac6d2020207a21966b786ae90 (diff)
downloadgdb-9cd039e778f0b6ca603225411165ee199e042a3c.zip
gdb-9cd039e778f0b6ca603225411165ee199e042a3c.tar.gz
gdb-9cd039e778f0b6ca603225411165ee199e042a3c.tar.bz2
more install/program_transform_name fixes
Diffstat (limited to 'ld')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 1f8b0c3..5a8ac9c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -50,7 +50,7 @@ SHELL = /bin/sh
INSTALL = `cd $(srcdir); pwd`/../install.sh -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
-INSTALL_XFORM = $(INSTALL) -t=$(program_transform_name)
+INSTALL_XFORM = $(INSTALL) -t="$(program_transform_name)"
INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1
AR = ar
@@ -523,7 +523,7 @@ install:
for f in emulations/*; do \
$(INSTALL_DATA) $$f $(scriptdir)/`basename $$f` ; \
done
- -n=`t=$(program_transform_name); echo ld | sed -e "" $$t`; \
+ -n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
rm -f $(tooldir)/bin/ld; \
ln $(bindir)/$$n $(tooldir)/bin/ld \
|| $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld; \