mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Using ${.ALLSRC} here is dangerious as it sometimes picks up more
"sources" than desired.
This commit is contained in:
parent
672528fa3d
commit
b9b736e422
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ c-parse.c: c-parse.in
|
|||
sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
|
||||
-e "/^ifc$$/d" \
|
||||
-e "/^end ifc$$/d" \
|
||||
${.ALLSRC} > c-parse.y
|
||||
${GCCDIR}/c-parse.in > c-parse.y
|
||||
${YACC} -o c-parse.c.in c-parse.y
|
||||
sed -e "s/malloc/xmalloc/g" \
|
||||
-e "s/realloc/xrealloc/g" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue