diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-03-27 18:02:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-03-27 18:02:04 +0000 |
| commit | 6a1862741165dc8c9c812f9f53f829a55b1c84db (patch) | |
| tree | d5b189a72aa1eaf07d9b0109fe7d86e74d7b582e /gnu/usr.bin/binutils/as | |
| parent | dc1c41d0a865575e5434a7e2f4c3b947e0fff413 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.inc0 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0 index cdcd466861be..b98400b62ac7 100644 --- a/gnu/usr.bin/binutils/as/Makefile.inc0 +++ b/gnu/usr.bin/binutils/as/Makefile.inc0 @@ -1,6 +1,4 @@ -# # $FreeBSD$ -# .include "${.CURDIR}/../../Makefile.inc0" @@ -19,12 +17,10 @@ CFLAGS+= -I${SRCDIR}/gas CFLAGS+= -I${SRCDIR}/gas/config CFLAGS+= -I${SRCDIR} CFLAGS+= -DVERSION=\"${VERSION}\" -LDADD+= -L${RELTOP}/libbfd -lbfd -LDADD+= -L${RELTOP}/libiberty -liberty -LDADD+= -L${RELTOP}/libopcodes -lopcodes -DPADD+= ${RELTOP}/libbfd/libbfd.a +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 # binutils release. FreeBSD only distributes the bits that are required to |
