2003/06/18 06:05:04
[org.ibex.core.git] / 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