From 3931b525b8c8a39a381088aae3eaa56f9bb6b5c3 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:01:58 +0000 Subject: [PATCH] 2003/06/18 07:19:49 darcs-hash:20040130070158-2ba56-fa017b2c32b9db584b324c5f34097f76acd1aefd.gz --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04e7e15..300f032 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,8 @@ $(java_headers): bin/%.h: bin/%.class xargs $(gcjh) --classpath . bin-$(platform)/org/xwt/js/CompiledFunctionImpl.java.o: src/org/xwt/js/CompiledFunctionImpl.java - $(gcj) -c bin/org/xwt/js/CompiledFunctionImpl*.class -o $@ + touch $@ +# $(gcj) -c bin/org/xwt/js/CompiledFunctionImpl*.class -o $@ $(java_objects): bin-$(platform)/%.java.o: src/%.java @echo "compiling .java -> .o: $<" -- 1.7.10.4