Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/unbound/lib/libunbound avoid yacc regeneration ...
details: https://anonhg.NetBSD.org/src/rev/5fc8550b015b
branches: trunk
changeset: 347303:5fc8550b015b
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 20 15:24:29 2016 +0000
description:
avoid yacc regeneration (lex does not need it, because their file is called
.lex and we don't have rules for that)
diffstat:
external/bsd/unbound/lib/libunbound/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 243934713a59 -r 5fc8550b015b external/bsd/unbound/lib/libunbound/Makefile
--- a/external/bsd/unbound/lib/libunbound/Makefile Sat Aug 20 12:41:31 2016 +0000
+++ b/external/bsd/unbound/lib/libunbound/Makefile Sat Aug 20 15:24:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/20 11:20:31 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/20 15:24:29 christos Exp $
.include <bsd.init.mk>
@@ -101,3 +101,6 @@
libunbound.3: libunbound.3.in __subst
.include <bsd.lib.mk>
+
+# Use the generated files
+.y.c:
Home |
Main Index |
Thread Index |
Old Index