aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2003-08-10 07:52:23 +0000
committerJames Brown2003-08-10 07:52:23 +0000
commit8cc805121dd79fbfe7e60470bcc783eb4e625515 (patch)
tree9b48d7d1e09e8e74f400838b713c60bee7dc7001
parente9ea6e45de5200d38468cb9fdb03d274557fb27f (diff)
downloadscummvm-rg350-8cc805121dd79fbfe7e60470bcc783eb4e625515.tar.gz
scummvm-rg350-8cc805121dd79fbfe7e60470bcc783eb4e625515.tar.bz2
scummvm-rg350-8cc805121dd79fbfe7e60470bcc783eb4e625515.zip
Tweak a little
svn-id: r9618
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a5f41b99e..4aebfe0c29 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,9 @@ include Makefile.common
# check if configure has been run or has been changed since last run
config.mak: configure
- @echo "you need to run ./configure before you can run make"
- @echo "either you haven't run it before or it has changed"
+ @echo "You need to run ./configure before you can run make"
+ @echo "Either you haven't run it before or it has changed."
+ @echo "If you cannot run Configure, use 'make -f Makefile.noconf'"
@exit 1
dist: