forked from OSchip/llvm-project
parent
563a7e87e3
commit
28381c05d4
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue