diff options
author | Jonathan Gray | 2003-08-10 07:47:47 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-08-10 07:47:47 +0000 |
commit | e9ea6e45de5200d38468cb9fdb03d274557fb27f (patch) | |
tree | 1b95fc4ad6b8d164be5254f58748d4cfeff48090 | |
parent | 51648f1f08101b8a25cb357c76ce88f1570f7820 (diff) | |
download | scummvm-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |