mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
WITH_META_MODE: Don't expect a .meta file for side-effect generated files.
This is the same as r301285. Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
c155decc4b
commit
2a6d574e78
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ gengtype-lex.c: gengtype-lex.l
|
|||
gengtype-yacc.h: gengtype-yacc.y
|
||||
yacc -d -o gengtype-yacc.c ${.ALLSRC}
|
||||
|
||||
gengtype-yacc.c: gengtype-yacc.h
|
||||
gengtype-yacc.c: gengtype-yacc.h .NOMETA
|
||||
|
||||
gengtype-yacc+%DIKED.c: gengtype-yacc.c
|
||||
cat ${.ALLSRC} > ${.TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue