diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-12 00:20:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-12 00:20:16 +0000 |
commit | 3bf2994f9c47c3370784a240087982eff0a6516d (patch) | |
tree | 54716ef293de2cb84ebf48af94489394a3314a00 /ld | |
parent | 514734b62f9eb14accd276a1d7f2e6c9db54c7ae (diff) | |
download | gdb-3bf2994f9c47c3370784a240087982eff0a6516d.zip gdb-3bf2994f9c47c3370784a240087982eff0a6516d.tar.gz gdb-3bf2994f9c47c3370784a240087982eff0a6516d.tar.bz2 |
* Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.am | 2 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 22457c0..824ab6a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. diff --git a/ld/Makefile.am b/ld/Makefile.am index b1e2ce3..06e3a29 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -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@ diff --git a/ld/Makefile.in b/ld/Makefile.in index 4514366..069dd3c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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. |