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.in | |
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.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 79be017..705963c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -391,7 +391,7 @@ POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) # 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 # We need this for automake to use YLWRAP. |