From 56e4fa45654cd4a972298272750e1c032993e9ac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2003 22:28:46 +0000 Subject: 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 --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') 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 -- cgit v1.2.3