diff options
author | dfr <dfr@FreeBSD.org> | 1999-12-08 11:47:48 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-12-08 11:47:48 +0000 |
commit | 9ca6f15c218751f2752242f0872eb0b55f824b0c (patch) | |
tree | 66835d6063582df70c771104969e94184c8e37e8 /gnu | |
parent | da906acc18d353b91218a764a1cec7892fa24fa4 (diff) | |
download | FreeBSD-src-9ca6f15c218751f2752242f0872eb0b55f824b0c.zip FreeBSD-src-9ca6f15c218751f2752242f0872eb0b55f824b0c.tar.gz |
Make this actually build with current sources.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index d7e6412..6d90bd9 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -11,7 +11,7 @@ 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/as_${MACHINE_ARCH} +CFLAGS+= -I${.CURDIR}/../as/${MACHINE_ARCH}-freebsd CFLAGS+= -DBFD_ASSEMBLER LDADD+= -L${RELTOP}/libiberty -liberty DPADD+= ${RELTOP}/libiberty/libiberty.a |