summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-08 08:08:39 +0000
committerpeter <peter@FreeBSD.org>1998-03-08 08:08:39 +0000
commit5c52714e905aeed8b14209de1fe4fa5127368025 (patch)
treece60f8ce8244b4d2258443c2acb0bb2ff8e3fd53 /gnu
parent34daaf7b2b66d0e670d3895acfcb5f477215c6ce (diff)
downloadFreeBSD-src-5c52714e905aeed8b14209de1fe4fa5127368025.zip
FreeBSD-src-5c52714e905aeed8b14209de1fe4fa5127368025.tar.gz
Set LIB_PATH explicitly otherwise genscripts makes (incorrect) references
all over the place.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/i386-elf/ld/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/i386-elf/ld/Makefile b/gnu/usr.bin/binutils/i386-elf/ld/Makefile
index d38f2b6..763d680 100644
--- a/gnu/usr.bin/binutils/i386-elf/ld/Makefile
+++ b/gnu/usr.bin/binutils/i386-elf/ld/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:02 jdp Exp $
#
.include "../Makefile.inc0"
@@ -31,13 +31,15 @@ beforedepend: eelf_i386.c ei386freebsd.c ldgram.c ldgram.h ldlex.c
eelf_i386.c: emulparams/elf_i386.sh emultempl/elf32.em \
scripttempl/elf.sc genscripts.sh emultempl/stringify.sed
- sh ${SRCDIR}/ld/genscripts.sh ${SRCDIR}/ld ${DESTDIR}/usr/lib \
+ env LIB_PATH="/usr/lib" \
+ sh ${SRCDIR}/ld/genscripts.sh ${SRCDIR}/ld ${DESTDIR}/usr/lib \
${HOST} ${TARGET} ${TARGET} ${EMULATION} "" \
${EMULATION} ${TARGET}
ei386freebsd.c: emulparams/elf_i386.sh emultempl/elf32.em \
scripttempl/elf.sc genscripts.sh emultempl/stringify.sed
- sh ${SRCDIR}/ld/genscripts.sh ${SRCDIR}/ld ${DESTDIR}/usr/lib \
+ env LIB_PATH="/usr/lib" \
+ sh ${SRCDIR}/ld/genscripts.sh ${SRCDIR}/ld ${DESTDIR}/usr/lib \
${HOST} ${TARGET} ${TARGET} ${EMULATION} "" \
i386freebsd i386-unknown-freebsd
OpenPOWER on IntegriCloud