Module Name:    src
Committed By:   njoly
Date:           Sat Feb 18 17:51:21 UTC 2012

Modified Files:
        src/tools/compat: Makefile

Log Message:
Adjust libyywrap.c location.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 src/tools/compat/Makefile:1.56
--- src/tools/compat/Makefile:1.55	Thu Nov  3 19:30:05 2011
+++ src/tools/compat/Makefile	Sat Feb 18 17:51:21 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.55 2011/11/03 19:30:05 joerg Exp $
+#	$NetBSD: Makefile,v 1.56 2012/02/18 17:51:21 njoly Exp $
 
 HOSTLIB=	nbcompat
 
@@ -49,7 +49,7 @@ CPPFLAGS+=	-I. -I./include -I${.CURDIR} 
 		${.CURDIR}/../../common/lib/libc/hash/sha2 \
 		${.CURDIR}/../../common/lib/libc/md \
 		${.CURDIR}/../../common/lib/libc/stdlib \
-		${.CURDIR}/../../usr.bin/lex
+		${.CURDIR}/../../external/bsd/flex/dist
 
 DPSRCS+=	defs.mk
 CLEANFILES+=	config.log config.status configure.lineno *.stamp

Reply via email to