Skip to content

Commit

Permalink
Make the message stand out more
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9004 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Oct 10, 2003
1 parent 20d2d3e commit 4faf860
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit 4faf860

Please sign in to comment.