diff options
author | Alan Modra <amodra@gmail.com> | 2006-04-05 15:40:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-04-05 15:40:40 +0000 |
commit | dfcffada0bf3f6dfd1ba336fb1647694c55d4f22 (patch) | |
tree | dd7b0c7e3a2907df9cde0f098ebc3bd6fcb8babb /ld/Makefile.am | |
parent | c0d5a53d5200405a36d98646d8d3387154a21bf9 (diff) | |
download | gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.zip gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.gz gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.bz2 |
* 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.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 758dc7e..3d8d08b 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -475,7 +475,7 @@ stringify.sed: ${srcdir}/emultempl/$(STRINGIFY) # 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 @TDIRS@ |