From f67d999ebb3c2c0e5ec00b73ef7907954ae13ced Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Fri, 20 Jun 2014 19:00:41 +0000 Subject: [PATCH] [Make] Fix dependencies for td.expanded Depend on all the .td files not just the main one. llvm-svn: 211390 --- llvm/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index ff0a3e3..ebebc0a 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -1725,7 +1725,7 @@ $(ObjDir)/%GenDFAPacketizer.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) # Dump all the records to .td.expanded. This is useful for debugging. $(TARGET:%=%.td.expanded): \ -%.td.expanded : %.td $(LLVM_TBLGEN) +%.td.expanded : %.td $(LLVM_TBLGEN) $(TDFiles) $(Echo) "Building a fully expanded version of $(