Include the top-level Makefile.config from the LLVM tree for projects

llvm-svn: 8035
This commit is contained in:
Chris Lattner 2003-08-21 22:28:46 +00:00
parent b42c15396c
commit 558085b76c
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