Make the message stand out more
[oota-llvm.git] / 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
 
 #