Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tre/bin Remove nonexistent directory from compi...
details: https://anonhg.NetBSD.org/src/rev/bcf5f76b742f
branches: trunk
changeset: 781137:bcf5f76b742f
user: dholland <dholland%NetBSD.org@localhost>
date: Wed Aug 22 05:39:18 2012 +0000
description:
Remove nonexistent directory from compiler include path, per
PR 46819 from Henning Petersen.
diffstat:
external/bsd/tre/bin/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r f894a9b2b604 -r bcf5f76b742f external/bsd/tre/bin/Makefile
--- a/external/bsd/tre/bin/Makefile Wed Aug 22 04:16:47 2012 +0000
+++ b/external/bsd/tre/bin/Makefile Wed Aug 22 05:39:18 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index