diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-25 17:23:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-25 17:23:28 +0000 |
| commit | fe35213c90e912d844d36ece4f9d84215fc1e9a4 (patch) | |
| tree | b3152929a5009fe7a56fc8e8c6149820475797a8 /gnu/usr.bin/cc/cc_int | |
| parent | 90a308160315c027142f95d201e5923ce7f0abb6 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_int')
| -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 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 |
