[llvm-commits] CVS: llvm/tools/lli/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 21 09:22:01 PST 2003


Changes in directory llvm/tools/lli:

Makefile updated: 1.20 -> 1.21

---
Log message:

Fix race condition in Makefile


---
Diffs of the changes:

Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.20 llvm/tools/lli/Makefile:1.21
--- llvm/tools/lli/Makefile:1.20	Sun Jan 12 18:58:18 2003
+++ llvm/tools/lli/Makefile	Tue Jan 21 09:20:50 2003
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = lli
-PARALLEL_DIRS = Interpreter JIT
+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