Source-Changes-HG archive

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

[src/trunk]: src/tools/compat lex source moved.



details:   https://anonhg.NetBSD.org/src/rev/e5fe7f826bc4
branches:  trunk
changeset: 812944:e5fe7f826bc4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 09 17:40:37 2016 +0000

description:
lex source moved.

diffstat:

 tools/compat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0446f49ebab -r e5fe7f826bc4 tools/compat/Makefile
--- a/tools/compat/Makefile     Sat Jan 09 17:39:52 2016 +0000
+++ b/tools/compat/Makefile     Sat Jan 09 17:40:37 2016 +0000
@@ -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 @@
                ${.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



Home | Main Index | Thread Index | Old Index