Set LIB_PATH explicitly otherwise genscripts makes (incorrect) references
all over the place.
This commit is contained in:
parent
1bd7f49a71
commit
a4f46b7116
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user