diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-04 21:21:17 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-04 21:21:17 +0000 |
| commit | d8db061de4ff3977e8b7d843aad8c9af1e9e87e2 (patch) | |
| tree | 91b7f7b077ed05099f6d41f692e490ee17a0b98d /gnu/usr.bin/binutils/libbinutils | |
| parent | 87219aff8e737829abe1b9d74394f0b2244658e7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index 79362162a101..aa71af31f46a 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1998/03/12 02:55:30 jdp Exp $ +# $Id: Makefile,v 1.3 1998/03/12 05:14:16 jdp Exp $ # .include "../Makefile.inc0" @@ -9,7 +9,7 @@ LIB= binutils SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c -CFLAGS+= -DTARGET=\"${TARGET}\" +CFLAGS+= -DTARGET=\"${MACHINE_ARCH}-unknown-freebsdelf\" CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -I${SRCDIR}/bfd |
