diff options
author | Jonathan Gray | 2003-08-10 07:34:58 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-08-10 07:34:58 +0000 |
commit | 51648f1f08101b8a25cb357c76ce88f1570f7820 (patch) | |
tree | aff99ad5c2f6cb5d9bb438b1440c1ebd4eca1b84 /Makefile | |
parent | 4ae8311b34b0d1c703cf7ad144c219c6105ff3dc (diff) | |
download | scummvm-rg350-51648f1f08101b8a25cb357c76ce88f1570f7820.tar.gz scummvm-rg350-51648f1f08101b8a25cb357c76ce88f1570f7820.tar.bz2 scummvm-rg350-51648f1f08101b8a25cb357c76ce88f1570f7820.zip |
nice friendly message about having to run configure first
svn-id: r9616
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,10 @@ CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy include Makefile.common +config.mak: + @echo "you need to run ./configure before you can run make" + @exit 1 + dist: $(RM) $(ZIPFILE) $(ZIP) $(ZIPFILE) $(DISTFILES) |