From 3bf2994f9c47c3370784a240087982eff0a6516d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 12 Nov 2001 00:20:16 +0000 Subject: * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}. * Makefile.in: Regenerate. --- ld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/Makefile.am') 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@ -- cgit v1.1