summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc1/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-12 12:06:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-12 12:06:19 +0000
commita0eb22834dfd773f8f77fed2cb7ccd57e776de1c (patch)
treea024f402a5f20693c4d1fed5000b90f9630dffbd /gnu/usr.bin/cc/cc1/Makefile
parent79c021244b41480d03dc02fd9a65a552b52028c9 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index ad7bc6affa19..2dc48a0f5f20 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -28,6 +28,6 @@ c-parse.c: c-parse.in
-e "s/realloc/xrealloc/g" \
c-parse.c.in >c-parse.c
-CLEANFILES+= c-parse.c c-parse.y # insurance
+CLEANFILES= c-parse.c c-parse.y
.include <bsd.prog.mk>