From a2caad030429ce29a7aa82f6b4b65dd80261be6b Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:01:33 +0000 Subject: [PATCH 1/1] 2003/06/18 05:40:30 darcs-hash:20040130070133-2ba56-d9624c6cbed021a372d60540291aed1de103ae00.gz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8967d34..841b277 100644 --- a/Makefile +++ b/Makefile @@ -52,11 +52,11 @@ PATH := jikes-1.18/bin:$(PATH) ## Platform-Neutral ########################################################################### ifneq ($(verbose),true) -.SILENT: $(cc_objects) $(java_objects) $(java_headers) all bin/org/xwt/builtin.xwar .bootclasspath .javac $(target_bin) compile +.SILENT: $(cc_objects) $(java_objects) $(java_headers) all bin/org/xwt/builtin.xwar $(target_bin) compile silent := --silent endif -compile: bin/org/xwt/builtin.xwar +compile: .javac .bootclasspath bin/org/xwt/builtin.xwar echo "compiling .java -> .class:" mkdir -p bin $(shell cat .javac) -classpath lib/libgcj-minimal.jar $(java_sources) -d bin/ 2>&1 | \ -- 1.7.10.4