aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2003-08-10 07:47:47 +0000
committerJonathan Gray2003-08-10 07:47:47 +0000
commite9ea6e45de5200d38468cb9fdb03d274557fb27f (patch)
tree1b95fc4ad6b8d164be5254f58748d4cfeff48090
parent51648f1f08101b8a25cb357c76ce88f1570f7820 (diff)
downloadscummvm-rg350-e9ea6e45de5200d38468cb9fdb03d274557fb27f.tar.gz
scummvm-rg350-e9ea6e45de5200d38468cb9fdb03d274557fb27f.tar.bz2
scummvm-rg350-e9ea6e45de5200d38468cb9fdb03d274557fb27f.zip
depend on configure for config.mak so we can pick up changes
svn-id: r9617
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87110e0919..8a5f41b99e 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,10 @@ CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy
include Makefile.common
-config.mak:
+# 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"
@exit 1
dist: