From: Chris Lattner Date: Fri, 10 Oct 2003 15:55:43 +0000 (+0000) Subject: Make the message stand out more X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4faf860168d3bcf88859d7f1f6659a98bd2d2f3a;p=oota-llvm.git Make the message stand out more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9004 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 278df674dfc..9c2d74601b1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 #