[llvm-commits] CVS: llvm-java/test/Makefile.test
Alkis Evlogimenos
alkis at cs.uiuc.edu
Mon Sep 13 12:55:04 PDT 2004
Changes in directory llvm-java/test:
Makefile.test updated: 1.12 -> 1.13
---
Log message:
Link to the new runtime.
---
Diffs of the changes: (+1 -1)
Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.12 llvm-java/test/Makefile.test:1.13
--- llvm-java/test/Makefile.test:1.12 Wed Jul 28 05:08:57 2004
+++ llvm-java/test/Makefile.test Mon Sep 13 14:54:53 2004
@@ -20,7 +20,7 @@
.PRECIOUS: Output/.dir Output/%.class %.bc %.ll %.llvm.bc %.llvm
#rule to link in runtime to raw bytecode
-%.linked.bc: %.raw.bc $(LEVEL)/runtime/runtime.bc
+%.linked.bc: %.raw.bc $(DESTLIBBYTECODE)/libjrt.bc
@$(ECHO) Linking $< with the Java runtime
$(LLVMTOOLCURRENT)/llvm-link$(EXEEXT) $^ -o $@
More information about the llvm-commits
mailing list