From Ollie Wild: add missing backquote to install-exec-local.
authorIan Lance Taylor <iant@google.com>
Tue, 5 Feb 2008 22:22:09 +0000 (22:22 +0000)
committerIan Lance Taylor <iant@google.com>
Tue, 5 Feb 2008 22:22:09 +0000 (22:22 +0000)
gold/Makefile.am
gold/Makefile.in

index d01ab81..cef759e 100644 (file)
@@ -130,7 +130,7 @@ check: libgold.a
 
 install-exec-local: ld-new$(EXEEXT)
        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
-       n=`echo ld | sed '$(transform)'; \
+       n=`echo ld | sed '$(transform)'`; \
        $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
        if test "$(bindir)" != "$(tooldir)/bin"; then \
          rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
index 7396895..22bae57 100644 (file)
@@ -1025,7 +1025,7 @@ check: libgold.a
 
 install-exec-local: ld-new$(EXEEXT)
        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
-       n=`echo ld | sed '$(transform)'; \
+       n=`echo ld | sed '$(transform)'`; \
        $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
        if test "$(bindir)" != "$(tooldir)/bin"; then \
          rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \