From 4faf860168d3bcf88859d7f1f6659a98bd2d2f3a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 10 Oct 2003 15:55:43 +0000 Subject: [PATCH] Make the message stand out more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9004 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 # -- 2.34.1