Module Name:    src
Committed By:   christos
Date:           Sat Jan  9 17:40:37 UTC 2016

Modified Files:
        src/tools/compat: Makefile

Log Message:
lex source moved.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/tools/compat/Makefile

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

Modified files:

Index: src/tools/compat/Makefile
diff -u src/tools/compat/Makefile:1.76 src/tools/compat/Makefile:1.77
--- src/tools/compat/Makefile:1.76	Thu Sep 17 10:25:43 2015
+++ src/tools/compat/Makefile	Sat Jan  9 12:40:37 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.76 2015/09/17 14:25:43 christos Exp $
+#	$NetBSD: Makefile,v 1.77 2016/01/09 17:40:37 christos Exp $
 
 HOSTLIB=	nbcompat
 
@@ -59,7 +59,7 @@ CPPFLAGS+=	-I. -I./include -I${.CURDIR} 
 		${.CURDIR}/../../common/lib/libc/md \
 		${.CURDIR}/../../common/lib/libc/stdlib \
 		${.CURDIR}/../../common/lib/libutil \
-		${.CURDIR}/../../external/bsd/flex/dist
+		${.CURDIR}/../../external/bsd/flex/dist/src
 
 DPSRCS+=	defs.mk
 CLEANFILES+=	config.log config.status configure.lineno *.stamp

Reply via email to