[llvm-commits] CVS: llvm-java/test/Makefile.test

Alkis Evlogimenos alkis at cs.uiuc.edu
Sat Jul 24 08:41:07 PDT 2004



Changes in directory llvm-java/test:

Makefile.test updated: 1.8 -> 1.9

---
Log message:

Fix linking rule.


---
Diffs of the changes:  (+1 -1)

Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.8 llvm-java/test/Makefile.test:1.9
--- llvm-java/test/Makefile.test:1.8	Sat Jul 24 06:51:27 2004
+++ llvm-java/test/Makefile.test	Sat Jul 24 10:40:57 2004
@@ -20,7 +20,7 @@
 .PRECIOUS: Output/.dir Output/%.bc Output/%.ll Output/%.llvm.bc Output/%.llvm Output/%.class
 
 #rule to link in runtime to raw bytecode
-%.linked.bc: %.raw.bc $(BUILD_SRC_ROOT)/runtime/runtime.bc
+%.linked.bc: %.raw.bc $(LEVEL)/runtime/runtime.bc
 	$(LLVMTOOLCURRENT)/llvm-link$(EXEEXT) $^ -o $@
 
 # rule to make assembly from bytecode





More information about the llvm-commits mailing list