Put the `-nostdinc -idirafter ...' in CPPFLAGS, not CFLAGS.

This commit is contained in:
mycroft 1997-10-08 13:17:00 +00:00
parent 87e2501dd8
commit d39697696f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.sys.mk,v 1.10 1997/09/26 13:24:03 christos Exp $ # $NetBSD: bsd.sys.mk,v 1.11 1997/10/08 13:17:00 mycroft Exp $
# #
# Overrides used for NetBSD source tree builds. # Overrides used for NetBSD source tree builds.
@ -8,7 +8,7 @@ CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
.endif .endif
.if defined(DESTDIR) .if defined(DESTDIR)
CFLAGS+= -nostdinc -idirafter ${DESTDIR}/usr/include CPPFLAGS+= -nostdinc -idirafter ${DESTDIR}/usr/include
.endif .endif
# Helpers for cross-compiling # Helpers for cross-compiling