summaryrefslogtreecommitdiff
path: root/net/dhcp6/files/patch-Makefile.in
blob: d7651c68549c52a8d85e430d12c00591b576a1fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	2017-02-28 19:06:15 UTC
+++ Makefile.in
@@ -77,7 +77,7 @@ cfparse.c y.tab.h: cfparse.y
 	@YACC@ -d cfparse.y
 	mv y.tab.c cfparse.c
 
-cftoken.c: cftoken.l y.tab.h
+cftoken.c: cftoken.l cfparse.c
 	@LEX@ cftoken.l
 	mv lex.yy.c $@