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

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 17 13:21:01 PDT 2003


Changes in directory llvm/tools/lli:

Makefile updated: 1.28 -> 1.29

---
Log message:

The never-ending odyssey trying to get sparc to link


---
Diffs of the changes:

Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.28 llvm/tools/lli/Makefile:1.29
--- llvm/tools/lli/Makefile:1.28	Tue Jun 17 12:53:35 2003
+++ llvm/tools/lli/Makefile	Tue Jun 17 13:19:52 2003
@@ -3,7 +3,7 @@
 PARALLEL_DIRS = Interpreter JIT
 
 # Get the config name...
-include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.$(shell uname)
 
 # Generic JIT libraries
 JITLIBS   = lli-jit codegen





More information about the llvm-commits mailing list