summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-14 18:53:19 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-14 18:53:19 +0000
commit7a677a3b54991648c54fb4d228afef4119074cad (patch)
tree5be5b236bdd2a59fcbc3b34640e4022f8319d042 /Makefile.rules
parent12de0df59fdab799d8d1432fcfd9190829d7f292 (diff)
downloadllvm-7a677a3b54991648c54fb4d228afef4119074cad.tar.gz
llvm-7a677a3b54991648c54fb4d228afef4119074cad.tar.bz2
llvm-7a677a3b54991648c54fb4d228afef4119074cad.tar.xz
Force reconfigure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 3f3019833f..c29b5b26fd 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -128,11 +128,11 @@ reconfigure:
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
$(ConfigStatusScript)
-# FIXME: The PIC16/AsmPrinter line here is a hack to force a reconfigure to pick
+# FIXME: The {PIC16,MSP430}/AsmPrinter line here is a hack to force a reconfigure to pick
# up AsmPrinter changes. Remove it after a reasonable delay from 2009-08-13.
.PRECIOUS: $(ConfigStatusScript)
-$(ConfigStatusScript): $(ConfigureScript) $(LLVM_SRC_ROOT)/lib/Target/PIC16/AsmPrinter/Makefile
+$(ConfigStatusScript): $(ConfigureScript) $(LLVM_SRC_ROOT)/lib/Target/PIC16/AsmPrinter/Makefile $(LLVM_SRC_ROOT)/lib/Target/MSP430/AsmPrinter/Makefile
$(Echo) Reconfiguring with $<
$(Verb) cd $(PROJ_OBJ_ROOT) && \
if test -w $(PROJ_OBJ_ROOT)/config.cache ; then \