aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-10-09 02:40:01 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-10-09 02:40:01 +0000
commit5bdb7471aa50c84fdbe958fe5b2a2e0ca20fe930 (patch)
treeeced769d9fe05c286fdb696867edb2ce6d651064 /Makefile
parent9b4ac5427138629eb3cf8419fcf059b1b8848f91 (diff)
downloadexternal_llvm-5bdb7471aa50c84fdbe958fe5b2a2e0ca20fe930.zip
external_llvm-5bdb7471aa50c84fdbe958fe5b2a2e0ca20fe930.tar.gz
external_llvm-5bdb7471aa50c84fdbe958fe5b2a2e0ca20fe930.tar.bz2
Reconfigure automatically when Base.td.in is changed.
Thanks to Chris for heads-up! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd8552b..f3bf3f2 100644
--- 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)