[llvm-commits] CVS: llvm/Makefile.common

Reid Spencer reid at x10sys.com
Sat Jan 15 18:20:41 PST 2005



Changes in directory llvm:

Makefile.common updated: 1.135 -> 1.136
---
Log message:

Make this file capable of being used by both LLVM and its projects

---
Diffs of the changes:  (+4 -0)

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.135 llvm/Makefile.common:1.136
--- llvm/Makefile.common:1.135	Fri Oct 29 19:57:52 2004
+++ llvm/Makefile.common	Sat Jan 15 20:20:30 2005
@@ -57,7 +57,11 @@
 #
 # Configuration file to set paths specific to local installation of LLVM
 # 
+ifndef LLVM_OBJ_ROOT
 include $(LEVEL)/Makefile.config
+else
+include $(LLVM_OBJ_ROOT)/Makefile.config
+endif
 
 #
 # Include all of the build rules used for making LLVM






More information about the llvm-commits mailing list