[llvm-commits] CVS: llvm-java/test/Makefile.test
Alkis Evlogimenos
alkis at cs.uiuc.edu
Tue Sep 14 22:41:09 PDT 2004
Changes in directory llvm-java/test:
Makefile.test updated: 1.13 -> 1.14
---
Log message:
Pass -f to llvm-link so that stale files are overwritten if they are
not up to date.
---
Diffs of the changes: (+1 -1)
Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.13 llvm-java/test/Makefile.test:1.14
--- llvm-java/test/Makefile.test:1.13 Mon Sep 13 14:54:53 2004
+++ llvm-java/test/Makefile.test Wed Sep 15 00:40:59 2004
@@ -22,7 +22,7 @@
#rule to link in runtime to raw bytecode
%.linked.bc: %.raw.bc $(DESTLIBBYTECODE)/libjrt.bc
@$(ECHO) Linking $< with the Java runtime
- $(LLVMTOOLCURRENT)/llvm-link$(EXEEXT) $^ -o $@
+ $(LLVMTOOLCURRENT)/llvm-link$(EXEEXT) $^ -f -o $@
# rule to make assembly from bytecode
%.dis-ll: %.bc
More information about the llvm-commits
mailing list