Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/stand -I goes in CPPFLAGS, not CFLAGS



details:   https://anonhg.NetBSD.org/src/rev/182b70eb9f67
branches:  trunk
changeset: 471580:182b70eb9f67
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 03:42:50 1999 +0000

description:
-I goes in CPPFLAGS, not CFLAGS

diffstat:

 sys/arch/alpha/stand/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 71540fcd2c1f -r 182b70eb9f67 sys/arch/alpha/stand/Makefile.inc
--- a/sys/arch/alpha/stand/Makefile.inc Mon Apr 05 03:37:28 1999 +0000
+++ b/sys/arch/alpha/stand/Makefile.inc Mon Apr 05 03:42:50 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 1999/04/05 03:35:24 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.15 1999/04/05 03:42:50 cgd Exp $
 
 .include <bsd.own.mk>
 
@@ -7,5 +7,5 @@
 
 MKMAN=                 no
 
-CFLAGS+=               -I${.CURDIR}/../..
+CPPFLAGS+=             -I${.CURDIR}/../..
 LDSTATIC?=             -static



Home | Main Index | Thread Index | Old Index