Module Name:    src
Committed By:   christos
Date:           Sun May 15 14:57:56 UTC 2011

Modified Files:
        src/gnu/usr.bin/grep: Makefile.inc

Log Message:
find system.h in src


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/grep/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/grep/Makefile.inc
diff -u src/gnu/usr.bin/grep/Makefile.inc:1.4 src/gnu/usr.bin/grep/Makefile.inc:1.5
--- src/gnu/usr.bin/grep/Makefile.inc:1.4	Sun Jan 26 18:53:44 2003
+++ src/gnu/usr.bin/grep/Makefile.inc	Sun May 15 10:57:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.4 2003/01/26 23:53:44 wiz Exp $
+#	$NetBSD: Makefile.inc,v 1.5 2011/05/15 14:57:56 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 IDIST=	${NETBSDSRCDIR}/gnu/dist/grep
 
 CPPFLAGS+=	-DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H \
-		-I${.CURDIR}/../include -I${IDIST}/lib
+		-I${.CURDIR}/../include -I${IDIST}/lib -I${IDIST}/src
 
 DOBJDIR!=	cd $(.CURDIR)/../lib && ${PRINTOBJDIR}
 

Reply via email to