Reconfigure automatically when Base.td.in is changed.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 9 Oct 2009 02:40:01 +0000 (02:40 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 9 Oct 2009 02:40:01 +0000 (02:40 +0000)
Thanks to Chris for heads-up!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83613 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index bd8552b5bc0feaba34effcedb52489e8993ef3e8..f3bf3f2345eb8aba6ba202f36e0573579bc2fce9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,8 @@ FilesToConfig := \
   include/llvm/Config/config.h \
   include/llvm/Config/Targets.def \
        include/llvm/Config/AsmPrinters.def \
-  include/llvm/Support/DataTypes.h
+  include/llvm/Support/DataTypes.h \
+       tools/llvmc/plugins/Base/Base.td
 FilesToConfigPATH  := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
 
 all-local:: $(FilesToConfigPATH)