mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4dd2b7b3e8
before cftoken.c is generated or compiled. PR: 218859 Reviewed by: ler (mentor) Approved by: maintainer timeout (68 weeks), ler (mentor) Differential Revision: https://reviews.freebsd.org/D16738
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
--- 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 $@
|
|
|