aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-13 17:22:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-13 17:22:49 +0000
commite74973d1aaa07b18bc35bc5d9ecb48e80510ea19 (patch)
tree0ff91629d5f2d812d6ed690ad88b314f5b2f62b4 /Makefile.rules
parent7f88d0d6452f2bf0f30338af643302bf9c85c16d (diff)
downloadexternal_llvm-e74973d1aaa07b18bc35bc5d9ecb48e80510ea19.zip
external_llvm-e74973d1aaa07b18bc35bc5d9ecb48e80510ea19.tar.gz
external_llvm-e74973d1aaa07b18bc35bc5d9ecb48e80510ea19.tar.bz2
Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16
AsmPrinter (in AsmPrinters.def). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 5a5544c..3f30198 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -128,8 +128,11 @@ reconfigure:
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
$(ConfigStatusScript)
+# FIXME: The PIC16/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)
+$(ConfigStatusScript): $(ConfigureScript) $(LLVM_SRC_ROOT)/lib/Target/PIC16/AsmPrinter/Makefile
$(Echo) Reconfiguring with $<
$(Verb) cd $(PROJ_OBJ_ROOT) && \
if test -w $(PROJ_OBJ_ROOT)/config.cache ; then \