From 130c367a4e1f2fa9dbc376c0dcef6666e586ea7a Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:38:27 +0000 Subject: [PATCH] 2003/09/27 10:44:44 darcs-hash:20040130073827-2ba56-b3c7efd13142f876d239a5c5290cdb94865e8f1a.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f7ec9b..eb45eb0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: JVM Linux Win32 Darwin Solaris clean: rm -rf .jikes .configure* .install* build .compile - find upstream -name config.cache | xargs rm + find upstream -name config.cache -exec rm {}\; JVM: build/JVM/xwt.jar Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext" -- 1.7.10.4