2003/06/18 06:05:04
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:01:44 +0000 (07:01 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:01:44 +0000 (07:01 +0000)
darcs-hash:20040130070144-2ba56-da431e10cfad4918cb7afb3c7ee0b9f0d429e8e7.gz

Makefile

index e0a2a23..d981791 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ $(java_headers): bin/%.h: bin/%.class
                        xargs $(gcjh) --classpath .
 
 # special rule to stop GCJ from choking
-bin-$(platform)/org/xwt/SpecialBoxProperty.java.o: src/org/xwt/SpecialBoxProperty
+bin-$(platform)/org/xwt/SpecialBoxProperty.java.o: src/org/xwt/SpecialBoxProperty.java
        $(gcj) -c bin/org/xwt/SpecialBoxProperty*.class -o bin-$(platform)/org/xwt/SpecialBoxProperty.java.o
 
 $(java_objects): bin-$(platform)/%.java.o: src/%.java