From 8979f4e711e4f521f7116215cd121250a44a9c51 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 2 Feb 2012 23:27:32 +0000 Subject: [PATCH] build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149642 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 6ab6e959b42..2d80c43dc86 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -94,7 +94,8 @@ endif # # We include a dependency on this Makefile to ensure that changes to the # 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. $(Verb) $(LLVMBuildTool) \ --native-target "$(TARGET_NATIVE_ARCH)" \ -- 2.34.1