diff options
-rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 4 |
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 9528589..32a6669 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 |