[llvm-commits] CVS: llvm-java/test/Makefile.test
Alkis Evlogimenos
alkis at cs.uiuc.edu
Mon Jan 10 22:34:10 PST 2005
Changes in directory llvm-java/test:
Makefile.test updated: 1.33 -> 1.34
---
Log message:
Use the CFERuntimeLibDir variable.
---
Diffs of the changes: (+1 -1)
Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.33 llvm-java/test/Makefile.test:1.34
--- llvm-java/test/Makefile.test:1.33 Tue Jan 11 00:31:59 2005
+++ llvm-java/test/Makefile.test Tue Jan 11 00:33:59 2005
@@ -61,7 +61,7 @@
# rule to link bytecode with runtime
%.llvm %.llvm.bc: %.linked.bc $(LibDir)/libjrt.bca $(EXTRA_OBJS) $(LOPT)
$(Echo) Linking $< with the Java runtime
- -$(Verb)$(GCCLD) -o=$*.llvm $< -L $(LLVMGCCDIR)/lib -L $(LibDir) $(EXTRA_OBJS)
+ -$(Verb)$(GCCLD) -o=$*.llvm $< -L $(CFERuntimeLibDir) -L $(LibDir) $(EXTRA_OBJS)
# rule to make assembly from bytecode
%.dis-ll: %.bc
More information about the llvm-commits
mailing list