aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-04 01:25:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-04 01:25:26 +0000
commitd93d97cd31edd3bbc49fde31200a426f2916bb5e (patch)
tree8f1d4722d898425cf4f04b389a011925a90cd830 /gnu/usr.bin/cc/cc1
parent19a0f7e1be6efc3a9be0da333277600de1e37287 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1')
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index 3f25fbb960bd..ff1bda0cf1a4 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -22,7 +22,8 @@ LDADD+= ${LIBCC_INT}
.ORDER: c-parse.c c-parse.h
c-parse.c c-parse.h: c-parse.in
sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
- -e "/^ifc$$/d" -e "/^end ifc$$/d" \
+ -e "/^ifc$$/d" \
+ -e "/^end ifc$$/d" \
${.ALLSRC} > c-parse.y
${YACC} -d -o c-parse.c c-parse.y