Make the message stand out more

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-10 15:55:43 +00:00
parent 20d2d3e67f
commit 4faf860168

View File

@ -781,8 +781,10 @@ $(BUILD_OBJ_DIR)/Depend/%.d: %.c $(BUILD_OBJ_DIR)/Depend/.dir
# Autoconf Dependencies.
#
$(LLVM_OBJ_ROOT)/config.status:: $(LLVM_SRC_ROOT)/configure
@${ECHO} "You need to re-run $(LLVM_SRC_ROOT)/configure"
@${ECHO} "inside the directory $(LLVM_OBJ_ROOT)"
@${ECHO} "****************************************************************"
@${ECHO} " You need to re-run $(LLVM_SRC_ROOT)/configure"
@${ECHO} " in directory $(LLVM_OBJ_ROOT)"
@${ECHO} "****************************************************************"
$(VERB) exit 1
#