summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:32:12 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:32:12 +0000
commite5e2c41b7f4247766773e2d89b1725ad03c39fe1 (patch)
tree78fab759eaed57e0002dff9be99c9bdcb90731bd /Makefile.rules
parentef0ccad72559e51cca878590c40aed06d286dc54 (diff)
downloadllvm-e5e2c41b7f4247766773e2d89b1725ad03c39fe1.tar.gz
llvm-e5e2c41b7f4247766773e2d89b1725ad03c39fe1.tar.bz2
llvm-e5e2c41b7f4247766773e2d89b1725ad03c39fe1.tar.xz
Remove self-described temporary hack. A bit over a year seems a reasonable
delay. Anton and PIC16 folks, if this is still good to keep, please go ahead and add it back in with an updated comment about when would be a good time to revisit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules
index ee17b999fb..5148bc217d 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -129,11 +129,8 @@ reconfigure:
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
$(ConfigStatusScript)
-# 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 $(LLVM_SRC_ROOT)/lib/Target/MSP430/AsmPrinter/Makefile
+$(ConfigStatusScript): $(ConfigureScript)
$(Echo) Reconfiguring with $<
$(Verb) cd $(PROJ_OBJ_ROOT) && \
if test -w $(PROJ_OBJ_ROOT)/config.cache ; then \