[Make] Fix dependencies for td.expanded

Depend on all the .td files not just the main one.

llvm-svn: 211390
This commit is contained in:
Adam Nemet 2014-06-20 19:00:41 +00:00
parent 7ceb645df2
commit bfee3c0a59

View File

@ -1725,7 +1725,7 @@ $(ObjDir)/%GenDFAPacketizer.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN)
# Dump all the records to <target>.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 $(<F)"
$(Verb) $(LLVMTableGen) -o $(call SYSPATH, $@) $<