diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-10 15:55:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-10 15:55:43 +0000 |
commit | 2c9a328881f6cc61a5602916a009b6fcdde59c0e (patch) | |
tree | 06c9f54d11781087f9cb159c9b8b725283320c31 | |
parent | 38cc2b5fc689794e8957211fde32fde6e7393d3e (diff) | |
download | bcm5719-llvm-2c9a328881f6cc61a5602916a009b6fcdde59c0e.tar.gz bcm5719-llvm-2c9a328881f6cc61a5602916a009b6fcdde59c0e.zip |
Make the message stand out more
llvm-svn: 9004
-rw-r--r-- | llvm/Makefile.rules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 278df674dfc..9c2d74601b1 100644 --- a/llvm/Makefile.rules +++ b/llvm/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 # |