build fix: make clean should remove .preprocessor
authortupshin <tupshin@tupshin.com>
Mon, 22 Mar 2004 22:26:12 +0000 (22:26 +0000)
committertupshin <tupshin@tupshin.com>
Mon, 22 Mar 2004 22:26:12 +0000 (22:26 +0000)
darcs-hash:20040322222612-a9258-141a4d193857314d2e388abbcb2f0bf243d57ca7.gz

Makefile

index fbe7bcd..136f4ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ target := $(target_$(platform))
 
 all:         Java2 Linux Win32 Darwin Solaris
 
-clean:      ; rm -rf build
+clean:      ; rm -rf build; rm .preprocessor
 dist-clean:
        rm -rf .jikes .configure* .install* build .compile .build*
        find upstream -name config.cache -exec rm {} \;