checkpoint
authoradam <adam@megacz.com>
Thu, 14 Sep 2006 17:41:35 +0000 (13:41 -0400)
committeradam <adam@megacz.com>
Thu, 14 Sep 2006 17:41:35 +0000 (13:41 -0400)
darcs-hash:20060914174135-5007d-079ddac1ed05f3ee0156322fdf35611d5f4bf0b1.gz

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)
 
        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)
 
        cd bin; echo -e $($*_list) | $(bin)/MakeJVMModule JVM_$*
        cd bin; $(ghc) -c JVM_$*.hs $(link)