Make this file capable of being used by both LLVM and its projects

llvm-svn: 19588
This commit is contained in:
Reid Spencer 2005-01-16 02:20:30 +00:00
parent 7462d192b8
commit 5ee86be22b
1 changed files with 4 additions and 0 deletions

View File

@ -57,7 +57,11 @@
#
# Configuration file to set paths specific to local installation of LLVM
#
ifndef LLVM_OBJ_ROOT
include $(LEVEL)/Makefile.config
else
include $(LLVM_OBJ_ROOT)/Makefile.config
endif
#
# Include all of the build rules used for making LLVM