Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vi/build -I. is part of CPPFLAGS, not CFLAGS. Make i...



details:   https://anonhg.NetBSD.org/src/rev/3d97011c65bd
branches:  trunk
changeset: 566953:3d97011c65bd
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Tue May 25 16:47:31 2004 +0000

description:
-I. is part of CPPFLAGS, not CFLAGS. Make it so, allows to lint.

diffstat:

 usr.bin/vi/build/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6baad10d7ed -r 3d97011c65bd usr.bin/vi/build/Makefile
--- a/usr.bin/vi/build/Makefile Tue May 25 15:38:17 2004 +0000
+++ b/usr.bin/vi/build/Makefile Tue May 25 16:47:31 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2003/11/14 05:25:59 matt Exp $
+#      $NetBSD: Makefile,v 1.25 2004/05/25 16:47:31 aymeric Exp $
 #
 #      @(#)Makefile.in 8.75 (Berkeley) 10/23/96
 
@@ -35,7 +35,7 @@
 .PATH: ${.CURDIR}/../vi ${.CURDIR}/../ex ${.CURDIR}/../cl
 .PATH: ${.CURDIR}/../common ${.CURDIR}/../docs/USD.doc/vi.man
 
-CFLAGS+= -I.
+CPPFLAGS+= -I.
 
 DPSRCS+=options_def.h
 CLEANFILES+=options_def.h



Home | Main Index | Thread Index | Old Index