X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=841b277632740f8182e2f7ff678f4b4ab181f2fa;hb=a7461170c0a8eb03518235fe8514b460941a4918;hp=8967d346d46d4c3720fdde555c30afaea951c0bf;hpb=04db5cd31e594cc12781038ebe9fece0110457bd;p=org.ibex.core.git 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 | \