summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-10 15:55:43 +0000
committerChris Lattner <sabre@nondot.org>2003-10-10 15:55:43 +0000
commit4faf860168d3bcf88859d7f1f6659a98bd2d2f3a (patch)
treec4ff56f4a37c9f9b02bbe5a54a305590505e3800 /Makefile.rules
parent20d2d3e67ff5cc49c24f0892a41468aa8d1ee451 (diff)
downloadllvm-4faf860168d3bcf88859d7f1f6659a98bd2d2f3a.tar.gz
llvm-4faf860168d3bcf88859d7f1f6659a98bd2d2f3a.tar.bz2
llvm-4faf860168d3bcf88859d7f1f6659a98bd2d2f3a.tar.xz
Make the message stand out more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 278df674df..9c2d74601b 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
#