[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 21 17:29:03 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.123 -> 1.124
---
Log message:
Include the top-level Makefile.config from the LLVM tree for projects
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.123 llvm/Makefile.common:1.124
--- llvm/Makefile.common:1.123 Thu Aug 21 17:23:49 2003
+++ llvm/Makefile.common Thu Aug 21 17:28:46 2003
@@ -50,7 +50,11 @@
#
# Configuration file to set paths specific to local installation of LLVM
#
+ifdef LLVM_SRC_ROOT
+include $(LLVM_SRC_ROOT)/Makefile.config
+else
include $(LEVEL)/Makefile.config
+endif
###########################################################################
# Directory Configuration
More information about the llvm-commits
mailing list