diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-08 02:46:10 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-08 02:46:10 +0000 |
| commit | b9b736e42259c35e29df5dbe95f2c7e0eb1b908e (patch) | |
| tree | 014f8c6dd5834db65b828111f72354c278b28de9 | |
| parent | 672528fa3ddd030a31490fc8415f339580a660af (diff) | |
Notes
| -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 7a962b688166..15f5d327d289 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" \ |
