diff options
| author | Jonathan Gray | 2003-08-10 09:45:39 +0000 | 
|---|---|---|
| committer | Jonathan Gray | 2003-08-10 09:45:39 +0000 | 
| commit | 831826bf48d7dd0c3830023bb944a49c6ef7706e (patch) | |
| tree | ad2473165be57bab3d9490937da802e9822374b0 | |
| parent | c2ed4c2d0ec9383e336f1e57062130487349328d (diff) | |
| download | scummvm-rg350-831826bf48d7dd0c3830023bb944a49c6ef7706e.tar.gz scummvm-rg350-831826bf48d7dd0c3830023bb944a49c6ef7706e.tar.bz2 scummvm-rg350-831826bf48d7dd0c3830023bb944a49c6ef7706e.zip | |
most people have case sensitive filesystems
svn-id: r9620
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -45,7 +45,7 @@ include Makefile.common  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 "If you cannot run Configure, use 'make -f Makefile.noconf'" +	@echo "If you cannot run configure, use 'make -f Makefile.noconf'"  	@exit 1  dist: | 
