OSDN Git Service

* Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
authorAlan Modra <amodra@bigpond.net.au>
Mon, 12 Nov 2001 00:20:16 +0000 (00:20 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 12 Nov 2001 00:20:16 +0000 (00:20 +0000)
* Makefile.in: Regenerate.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 22457c0..824ab6a 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
+
+       * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
+       * Makefile.in: Regenerate.
+
 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * ld.texinfo: Use @command for commands, @option for options.
index b1e2ce3..06e3a29 100644 (file)
@@ -327,7 +327,7 @@ stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
 
 # These all start with e so 'make clean' can find them.
 
-GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} ${exec_prefix} @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
+GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
 @TDIRS@
 
index 4514366..069dd3c 100644 (file)
@@ -416,7 +416,7 @@ POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
 
 # These all start with e so 'make clean' can find them.
 
-GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} ${exec_prefix} @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
+GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@"
 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
 
 # We need this for automake to use YLWRAP.