Source-Changes-HG archive

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

[src/netbsd-2-0]: src/usr.bin/vi/build Pull up revision 1.25 (requested by ay...



details:   https://anonhg.NetBSD.org/src/rev/1b5ab0b987c4
branches:  netbsd-2-0
changeset: 561165:1b5ab0b987c4
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 14:03:52 2004 +0000

description:
Pull up revision 1.25 (requested by aymeric in ticket #395):
-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 910a7d798d60 -r 1b5ab0b987c4 usr.bin/vi/build/Makefile
--- a/usr.bin/vi/build/Makefile Sat May 29 09:07:41 2004 +0000
+++ b/usr.bin/vi/build/Makefile Sat May 29 14:03:52 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2003/11/14 05:25:59 matt Exp $
+#      $NetBSD: Makefile,v 1.24.2.1 2004/05/29 14:03:52 tron 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