diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-14 02:15:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-14 02:15:58 +0000 |
| commit | 7e605691b083e32d3b22b59379db35c4df5ec987 (patch) | |
| tree | 689f43118eaf803e6251f8bf47781cff24ca6000 /gnu | |
| parent | b3119f80e86038f25e763b810dc16d553f28ea2c (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index a8b506b705ed8..77d7f0d5580f6 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -6,11 +6,9 @@ PROG= gasp SRCS+= gasp.c macro.c sb.c hash.c -CFLAGS+= -I${SRCDIR} -CFLAGS+= -I${SRCDIR}/gas -CFLAGS+= -I${SRCDIR}/gas/config -CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd CFLAGS+= -DBFD_ASSEMBLER +CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config +CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as DPADD= ${RELTOP}/libiberty/libiberty.a LDADD= ${DPADD} |
