diff options
Diffstat (limited to 'gnu/usr.bin/cc/cpp0/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cpp0/Makefile b/gnu/usr.bin/cc/cpp0/Makefile index 7a962b6881665..15f5d327d2894 100644 --- a/gnu/usr.bin/cc/cpp0/Makefile +++ b/gnu/usr.bin/cc/cpp0/Makefile @@ -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" \ |
