Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/grep find system.h in src



details:   https://anonhg.NetBSD.org/src/rev/3f54010ea737
branches:  trunk
changeset: 764995:3f54010ea737
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 14:57:56 2011 +0000

description:
find system.h in src

diffstat:

 gnu/usr.bin/grep/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21f97e92f30d -r 3f54010ea737 gnu/usr.bin/grep/Makefile.inc
--- a/gnu/usr.bin/grep/Makefile.inc     Sun May 15 14:57:35 2011 +0000
+++ b/gnu/usr.bin/grep/Makefile.inc     Sun May 15 14:57:56 2011 +0000
@@ -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}
 



Home | Main Index | Thread Index | Old Index