diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-10-01 22:32:12 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-10-01 22:32:12 +0000 |
| commit | 2af2a5f6e191c62c46a98201afd14ad116781836 (patch) | |
| tree | 78fab759eaed57e0002dff9be99c9bdcb90731bd | |
| parent | 5fd189c81a2df52a0cbfaf30c21c52b88301434e (diff) | |
| download | external_llvm-2af2a5f6e191c62c46a98201afd14ad116781836.zip external_llvm-2af2a5f6e191c62c46a98201afd14ad116781836.tar.gz external_llvm-2af2a5f6e191c62c46a98201afd14ad116781836.tar.bz2 | |
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
| -rw-r--r-- | Makefile.rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules index ee17b99..5148bc2 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 \ |
