diff options
author | 2006-04-05 15:40:40 +0000 | |
---|---|---|
committer | 2006-04-05 15:40:40 +0000 | |
commit | dfcffada0bf3f6dfd1ba336fb1647694c55d4f22 (patch) | |
tree | dd7b0c7e3a2907df9cde0f098ebc3bd6fcb8babb /ld/Makefile.in | |
parent | 2006-04-05 H.J. Lu <hongjiu.lu@intel.com> (diff) | |
download | binutils-gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.gz binutils-gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.bz2 binutils-gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.zip |
* Makefile.am (GENSCRIPTS): Pass prefix.
* Makefile.in: Regenerate.
* genscripts.sh: Adjust for extra parameter.
* emultempl/elf32.em (parse_ld_so_conf): Return true iff file
exists.
(check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
* NEWS: Update.
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 4564a8bf6b7..5208e68d3cc 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -657,7 +657,7 @@ EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) # These all start with e so 'make clean' can find them. -GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ +GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed # We need this for automake to use YLWRAP. |