summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-21 22:28:46 +0000
committerChris Lattner <sabre@nondot.org>2003-08-21 22:28:46 +0000
commit56e4fa45654cd4a972298272750e1c032993e9ac (patch)
treeb680904241bf76b60163b5ace54b5150bffcdc26 /Makefile.common
parente430a1eefb5a4a3e45dc77884cf5921e2ae1b8c1 (diff)
downloadllvm-56e4fa45654cd4a972298272750e1c032993e9ac.tar.gz
llvm-56e4fa45654cd4a972298272750e1c032993e9ac.tar.bz2
llvm-56e4fa45654cd4a972298272750e1c032993e9ac.tar.xz
Include the top-level Makefile.config from the LLVM tree for projects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 7effb4cd20..47c5f7b5de 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -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