aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-01-22 13:50:17 +0000
committerAlan Modra <amodra@gmail.com>2001-01-22 13:50:17 +0000
commitd9fc371418344176be0fb3bfe3ff32c192586ee5 (patch)
tree39398b45a8f7858d0df7dae55a90195db229f149 /ld/Makefile.am
parent8341f2fc8e56d0779d5893982f665f7364e22558 (diff)
downloadgdb-d9fc371418344176be0fb3bfe3ff32c192586ee5.zip
gdb-d9fc371418344176be0fb3bfe3ff32c192586ee5.tar.gz
gdb-d9fc371418344176be0fb3bfe3ff32c192586ee5.tar.bz2
Allow Maciej to select weird --libdir options and still select
tooldir correctly.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 75d74aa..0b6d10c 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -302,7 +302,7 @@ stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
# These all start with e so 'make clean' can find them.
-GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @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@