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 15f5d327d289..a63467d8ac0e 100644 --- a/gnu/usr.bin/cc/cpp0/Makefile +++ b/gnu/usr.bin/cc/cpp0/Makefile @@ -27,7 +27,7 @@ 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 #----------------------------------------------------------------------- |
