From f719d37ecf9ebe11b95975b3b3b7cdd82bee174a Mon Sep 17 00:00:00 2001 From: tupshin Date: Mon, 22 Mar 2004 22:26:12 +0000 Subject: [PATCH] build fix: make clean should remove .preprocessor darcs-hash:20040322222612-a9258-141a4d193857314d2e388abbcb2f0bf243d57ca7.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbe7bcd..136f4ef 100644 --- 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 {} \; -- 1.7.10.4