aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc1obj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc1obj/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index 8c585c9d36bd..9258d0ead18e 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -28,7 +28,7 @@ objc-parse.c: c-parse.in
-e "s/realloc/xrealloc/g" \
objc-parse.c.in >objc-parse.c
-CLEANFILES+= objc-parse.c objc-parse.y # insurance
+CLEANFILES= objc-parse.c objc-parse.y
#-----------------------------------------------------------------------