aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-25 17:23:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-25 17:23:28 +0000
commitfe35213c90e912d844d36ece4f9d84215fc1e9a4 (patch)
treeb3152929a5009fe7a56fc8e8c6149820475797a8 /gnu
parent90a308160315c027142f95d201e5923ce7f0abb6 (diff)
downloadsrc-fe35213c90e912d844d36ece4f9d84215fc1e9a4.tar.gz
src-fe35213c90e912d844d36ece4f9d84215fc1e9a4.zip
use `target' macro crafted in parent Makefile rather than making our own
Submitted by: Warner Losh
Notes
Notes: svn path=/head/; revision=46070
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 9528589c8cc8..32a666991ab4 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.18 1999/04/22 19:35:14 obrien Exp $
+# $Id: Makefile,v 1.19 1999/04/22 20:12:21 obrien Exp $
#
.include "../Makefile.inc"
@@ -25,7 +25,7 @@ SRCS+= haifa-sched.c
SRCS+= sched.c
.endif
-CFLAGS+= -DTARGET_NAME=\"${MACHINE_ARCH}-unknown-freebsd\"
+CFLAGS+= -DTARGET_NAME=\"${target}\"
LIB= cc_int
NOPROFILE= YES