diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-17 15:50:45 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-17 15:50:45 +0000 |
| commit | ecc4dcbd828295057f2272b8c0a2d1ac0a910d92 (patch) | |
| tree | c45f247bbe6bc356238d99e5cb7c620bd85e9a0d /gnu/usr.bin/binutils/gasp | |
| parent | 3fbbdea6b1624a274e4379f1376aa0f5409f0cb0 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/gasp')
| -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 6d90bd938f9cc..a08909fd0ce78 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/${MACHINE_ARCH}-freebsd +CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd CFLAGS+= -DBFD_ASSEMBLER LDADD+= -L${RELTOP}/libiberty -liberty DPADD+= ${RELTOP}/libiberty/libiberty.a |
