summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-02-02 23:27:32 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-02-02 23:27:32 +0000
commit8979f4e711e4f521f7116215cd121250a44a9c51 (patch)
treee97e5d02b5b770c0f821c7f47a0f2e2482e7d368 /Makefile.rules
parent42865588d7263593d102dcdf2f8f0994dca4bba4 (diff)
downloadllvm-8979f4e711e4f521f7116215cd121250a44a9c51.tar.gz
llvm-8979f4e711e4f521f7116215cd121250a44a9c51.tar.bz2
llvm-8979f4e711e4f521f7116215cd121250a44a9c51.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 6ab6e959b4..2d80c43dc8 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)" \