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
This commit is contained in:
Chris Lattner 2003-08-21 22:28:46 +00:00
parent e430a1eefb
commit 56e4fa4565
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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