aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-11 18:40:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-11 18:40:37 +0000
commit8089148b52d601503ec6ceaba0d2145e6713c756 (patch)
treef1e23bfe61189014f34f6c9c7768de07d25d0f1d /gnu
parentab9ab5702e6b7842fccf97dc38efee0984be5ba7 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
index 8fc706644b9f..9eba1c08da25 100644
--- a/gnu/usr.bin/cc/collect2/Makefile
+++ b/gnu/usr.bin/cc/collect2/Makefile
@@ -10,7 +10,7 @@ BINDIR= /usr/libexec
NOMAN=
NOSHARED=yes
-CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
+CFLAGS+= -DTARGET_MACHINE=\"$(target)\"
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}