checkpoint
[sbp.git] / Makefile
index 2a1e2f2..24d3749 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ bin/Class_%.o: bin/Header_%.o
        cd bin; $(bin)/MakeClassModule -import Header_Java -import Header_$* -cp ../edu.berkeley.sbp.jar `echo $* | sed s/_/./g`
        cd bin; $(ghc) -c Class_$*.hs $(link)
 
-bin/JVM_%.o: bin/Class_%.o
+bin/JVM_%.o: bin/Class_%.o bin/Header_%.o
        cd bin; echo -e $($*_list) | $(bin)/MakeJVMModule JVM_$*
        cd bin; $(ghc) -c JVM_$*.hs $(link)