From a89e644223670c82561eb08c3f3f4d13b386341a Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 14 Sep 2006 13:41:35 -0400 Subject: [PATCH] checkpoint darcs-hash:20060914174135-5007d-079ddac1ed05f3ee0156322fdf35611d5f4bf0b1.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a1e2f2..24d3749 100644 --- 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) -- 1.7.10.4