build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config.

llvm-svn: 149642
This commit is contained in:
Daniel Dunbar 2012-02-02 23:27:32 +00:00
parent 3bda6b1f8e
commit 5d9fbd609d
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ endif
# #
# We include a dependency on this Makefile to ensure that changes to the # We include a dependency on this Makefile to ensure that changes to the
# generation command get picked up. # generation command get picked up.
$(LLVMBuildMakeFrag): $(PROJ_SRC_ROOT)/Makefile.rules $(LLVMBuildMakeFrag): $(PROJ_SRC_ROOT)/Makefile.rules \
$(PROJ_OBJ_ROOT)/Makefile.config
$(Echo) Constructing LLVMBuild project information. $(Echo) Constructing LLVMBuild project information.
$(Verb) $(LLVMBuildTool) \ $(Verb) $(LLVMBuildTool) \
--native-target "$(TARGET_NATIVE_ARCH)" \ --native-target "$(TARGET_NATIVE_ARCH)" \