[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 22 09:42:01 PST 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.21 -> 1.22
---
Log message:
Fix didn't fix the race condition in the makefiles
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.21 llvm/tools/lli/Makefile:1.22
--- llvm/tools/lli/Makefile:1.21 Tue Jan 21 09:20:50 2003
+++ llvm/tools/lli/Makefile Wed Jan 22 09:41:10 2003
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
-DIRS = Interpreter JIT
+PARALLEL_DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
More information about the llvm-commits
mailing list