use `target' macro crafted in parent Makefile rather than making our own

Submitted by:	Warner Losh
This commit is contained in:
David E. O'Brien 1999-04-25 17:23:28 +00:00
parent 90a3081603
commit fe35213c90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46070

View File

@ -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