summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/Makefile.inc0
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-11 18:02:10 +0000
committerru <ru@FreeBSD.org>2003-04-11 18:02:10 +0000
commite97478a53532e94e30496284b29e8c7af0cfb82a (patch)
tree982085d64c23e827d707915328d26d563ff0b8b5 /gnu/usr.bin/binutils/as/Makefile.inc0
parent18679452c0c49cdecb3e867764c6c608bc286677 (diff)
downloadFreeBSD-src-e97478a53532e94e30496284b29e8c7af0cfb82a.zip
FreeBSD-src-e97478a53532e94e30496284b29e8c7af0cfb82a.tar.gz
libbinutils.a needs basename(3); when the latter is provided
by -legacy, liblegacy.a should come last in the LDADD list.
Diffstat (limited to 'gnu/usr.bin/binutils/as/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc07
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index ccd94ab..5c2d770 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -20,9 +20,10 @@ 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
-DPADD+= ${RELTOP}/libiberty/libiberty.a
-DPADD+= ${RELTOP}/libopcodes/libopcodes.a
+DPADD:= ${RELTOP}/libbfd/libbfd.a \
+ ${RELTOP}/libiberty/libiberty.a \
+ ${RELTOP}/libopcodes/libopcodes.a \
+ ${DPADD}
LDADD= ${DPADD}
# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
OpenPOWER on IntegriCloud