Make the message stand out more
authorChris Lattner <sabre@nondot.org>
Fri, 10 Oct 2003 15:55:43 +0000 (15:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Oct 2003 15:55:43 +0000 (15:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9004 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 278df674dfcfdd71b1e2361007e34c1f10757944..9c2d74601b18eab6b2b0a141b458c04fcd66bba9 100644 (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
 
 #