Module Name:    src
Committed By:   dholland
Date:           Wed Aug 22 05:39:19 UTC 2012

Modified Files:
        src/external/bsd/tre/bin: Makefile

Log Message:
Remove nonexistent directory from compiler include path, per
PR 46819 from Henning Petersen.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tre/bin/Makefile

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

Modified files:

Index: src/external/bsd/tre/bin/Makefile
diff -u src/external/bsd/tre/bin/Makefile:1.1 src/external/bsd/tre/bin/Makefile:1.2
--- src/external/bsd/tre/bin/Makefile:1.1	Sat Nov  5 22:39:13 2011
+++ src/external/bsd/tre/bin/Makefile	Wed Aug 22 05:39:18 2012
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.1 2011/11/05 22:39:13 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2012/08/22 05:39:18 dholland Exp $
 
 TREDIST=	${.CURDIR}/../dist
 
 .PATH: ${TREDIST}/src
 
-CPPFLAGS+=	-I${TREDIST}/lib -I${.CURDIR}/../libtre
+CPPFLAGS+=	-I${TREDIST}/lib
 CPPFLAGS+=	-DHAVE_CONFIG_H=1
 
 BINDIR=		/usr/bin

Reply via email to