summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ld
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-12 14:44:49 +0000
committerru <ru@FreeBSD.org>2003-04-12 14:44:49 +0000
commitc00750091384eaa89c4a53a61821057b73ac7267 (patch)
tree3729926fba8d2d8ec8f176afc4701400f91724f1 /gnu/usr.bin/binutils/ld
parent4be8e3040a134b2d2f819fa65db8ba5aec65aa86 (diff)
downloadFreeBSD-src-c00750091384eaa89c4a53a61821057b73ac7267.zip
FreeBSD-src-c00750091384eaa89c4a53a61821057b73ac7267.tar.gz
Removed invasion into these makefiles by the "legacy" stuff;
I have a better fix in the works.
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index 9b55fd1..c75950e 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -15,9 +15,8 @@ CFLAGS+= -DSCRIPTDIR=\"${TOOLS_PREFIX}/usr/libdata\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd
NOSHARED?= yes
-DPADD:= ${RELTOP}/libbfd/libbfd.a \
- ${RELTOP}/libiberty/libiberty.a \
- ${DPADD}
+DPADD= ${RELTOP}/libbfd/libbfd.a
+DPADD+= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
CLEANDIRS+= ldscripts
CLEANFILES+= ldemul-list.h stringify.sed
OpenPOWER on IntegriCloud