diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-12 12:06:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-12 12:06:19 +0000 |
commit | 25fbcd7dedb2ed8db7bbcd1ba84b9d70082747af (patch) | |
tree | a024f402a5f20693c4d1fed5000b90f9630dffbd /gnu/usr.bin/cc/f771 | |
parent | 29ad76a5ac4899481eb7ef288da470b5babbbcad (diff) | |
download | FreeBSD-src-25fbcd7dedb2ed8db7bbcd1ba84b9d70082747af.zip FreeBSD-src-25fbcd7dedb2ed8db7bbcd1ba84b9d70082747af.tar.gz |
Tidy up the cleanfiles.
Diffstat (limited to 'gnu/usr.bin/cc/f771')
-rw-r--r-- | gnu/usr.bin/cc/f771/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile index d5c065e..f37ce94 100644 --- a/gnu/usr.bin/cc/f771/Makefile +++ b/gnu/usr.bin/cc/f771/Makefile @@ -21,7 +21,7 @@ build-tools: fini fini: fini.o ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -CLEANFILES+= fini fini.o +CLEANFILES= fini fini.o #----------------------------------------------------------------------- # str-* gunk |