summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/Makefile.inc0
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-15 01:43:23 +0000
committerobrien <obrien@FreeBSD.org>2001-10-15 01:43:23 +0000
commit35f617ebb3a7f735320089540f99f42e86bce5be (patch)
tree619c4b4568686cb0ba9361560f833f98cda67624 /gnu/usr.bin/binutils/as/Makefile.inc0
parentac6e021d88f3585a46d8efef267b25150f16bca8 (diff)
downloadFreeBSD-src-35f617ebb3a7f735320089540f99f42e86bce5be.zip
FreeBSD-src-35f617ebb3a7f735320089540f99f42e86bce5be.tar.gz
We can easily share obj-format.h and targ-env.h files across all FreeBSD
platforms, which reduces the upgrade effort. Also tidy up the Makefiles.
Diffstat (limited to 'gnu/usr.bin/binutils/as/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index 9b3ccb1..2acd1ca 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -3,9 +3,9 @@
.include "${.CURDIR}/../../Makefile.inc0"
RELTOP:= ../${RELTOP}
-
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
+PROG= as
MAN= doc/as.1
SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
cond.c dwarf2dbg.c ecoff.c expr.c flonum-copy.c flonum-konst.c \
@@ -13,7 +13,7 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
input-scrub.c listing.c literal.c macro.c messages.c \
output-file.c read.c sb.c stabs.c \
subsegs.c symbols.c write.c depend.c ehopt.c
-CFLAGS+= -I${SRCDIR}/gas -I${SRCDIR}/gas/config -I${SRCDIR}
+CFLAGS+= -I${SRCDIR}/gas -I${SRCDIR}/gas/config -I${SRCDIR} -I${.CURDIR}/..
CFLAGS+= -DVERSION=\"${VERSION}\" -DBFD_VERSION=\"${VERSION}\"
NOSHARED?= yes
DPADD= ${RELTOP}/libbfd/libbfd.a
OpenPOWER on IntegriCloud