Module Name: src
Committed By: christos
Date: Thu Aug 23 06:21:37 UTC 2018
Modified Files:
src/tools/lex: Makefile
Log Message:
PR/53544: Add a dependency on the Makefile to fix incremental builds.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tools/lex/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/lex/Makefile
diff -u src/tools/lex/Makefile:1.11 src/tools/lex/Makefile:1.12
--- src/tools/lex/Makefile:1.11 Mon Aug 20 06:27:32 2018
+++ src/tools/lex/Makefile Thu Aug 23 02:21:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/08/20 10:27:32 christos Exp $
+# $NetBSD: Makefile,v 1.12 2018/08/23 06:21:37 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}lex
HOST_SRCDIR= external/bsd/flex/bin
@@ -19,5 +19,6 @@ parse.c: __BUILD
parse.h: __BUILD
scan.c: parse.h
+parse.h: Makefile
CLEANFILES+=scan.c parse.c parse.h