summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/Makefile.inc0
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/as/Makefile.inc0
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/as/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc07
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index 5c2d770..ccd94ab 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -20,10 +20,9 @@ CFLAGS+= -I${SRCDIR}/gas -I${SRCDIR}/gas/config -I${SRCDIR} -I${.CURDIR}/..
CFLAGS+= -DVERSION=\"${VERSION:C/[ ]?${VERSION_DATE}[ ]?//g}\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
NOSHARED?= yes
-DPADD:= ${RELTOP}/libbfd/libbfd.a \
- ${RELTOP}/libiberty/libiberty.a \
- ${RELTOP}/libopcodes/libopcodes.a \
- ${DPADD}
+DPADD= ${RELTOP}/libbfd/libbfd.a
+DPADD+= ${RELTOP}/libiberty/libiberty.a
+DPADD+= ${RELTOP}/libopcodes/libopcodes.a
LDADD= ${DPADD}
# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
OpenPOWER on IntegriCloud