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

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

index 22457c0b0ca798e1413fe59a5555213964456332..824ab6aa1434953b92366d7a09e83ab6cc00159c 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.
 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * ld.texinfo: Use @command for commands, @option for options.
index b1e2ce39b8e81cb7f7cb0fca5f48596a1293bb87..06e3a299020373a2b0d2bb21cb2479ddc0e22e0f 100644 (file)
@@ -327,7 +327,7 @@ stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
 
 # These all start with e so 'make clean' can find them.
 
 
 # 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@
 
 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
 @TDIRS@
 
index 4514366f9a359773ff503523efbeb1b09cf3fea9..069dd3cad9ce785f36d64bc3f14f3a045233d01a 100644 (file)
@@ -416,7 +416,7 @@ POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
 
 # These all start with e so 'make clean' can find them.
 
 
 # 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.
 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
 
 # We need this for automake to use YLWRAP.