diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-25 10:10:19 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-25 10:10:19 +0000 |
| commit | da49bfcda78283800f0da0a8a17f43a31275a581 (patch) | |
| tree | 168aa071111be342f41bc63dcd81e9ae7aab750c /gnu/usr.bin/gcc/cpp/Makefile | |
| parent | c4c746f8314b0f4716823e4ee1d2ad569c394127 (diff) | |
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'gnu/usr.bin/gcc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index 38d420ec4ae..d7fe8ae741c 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.6 1997/06/23 13:25:46 mrg Exp $ +# $NetBSD: Makefile,v 1.7 1997/10/25 10:11:04 lukem Exp $ .if (${MACHINE_ARCH} == "i386") || \ (${MACHINE_ARCH} == "m68k") || \ @@ -11,7 +11,7 @@ PROG= cpp BINDIR= /usr/libexec SRCS= cccp.c cexp.c obstack.c version.c -CFLAGS+=-I. -I$(.CURDIR) -I$(.CURDIR)/../common -I$(.CURDIR)/../arch \ +CPPFLAGS+=-I. -I$(.CURDIR) -I$(.CURDIR)/../common -I$(.CURDIR)/../arch \ -I$(.CURDIR)/../arch/$(MACHINE_ARCH) \ -DGCC_INCLUDE_DIR=\"\" \ -DTOOL_INCLUDE_DIR=\"\" \ |
