diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-12 12:06:19 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-12 12:06:19 +0000 |
| commit | a0eb22834dfd773f8f77fed2cb7ccd57e776de1c (patch) | |
| tree | a024f402a5f20693c4d1fed5000b90f9630dffbd /gnu/usr.bin/cc/cc1obj/Makefile | |
| parent | 79c021244b41480d03dc02fd9a65a552b52028c9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1obj/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cc1obj/Makefile | 2 |
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 #----------------------------------------------------------------------- |
