diff options
author | Alan Modra <amodra@gmail.com> | 2001-01-22 13:50:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-01-22 13:50:17 +0000 |
commit | d9fc371418344176be0fb3bfe3ff32c192586ee5 (patch) | |
tree | 39398b45a8f7858d0df7dae55a90195db229f149 /ld/Makefile.am | |
parent | 8341f2fc8e56d0779d5893982f665f7364e22558 (diff) | |
download | gdb-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.am | 2 |
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@ |