summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-24 20:55:54 +0000
committertron <tron@openttd.org>2005-01-24 20:55:54 +0000
commit6151c1044ad4355570c44c3d6d1a49aaf47c755d (patch)
tree0ee4e8a5a126756b5cad347e375f776f849f0583 /Makefile
parentaad79956481fa0e39f7cc2a4a5b338b9a507e0d7 (diff)
downloadopenttd-6151c1044ad4355570c44c3d6d1a49aaf47c755d.tar.xz
(svn r1647) Remove stale comment and fix typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fdc8d2a3c..f58c49b3f 100644
--- a/Makefile
+++ b/Makefile
@@ -64,8 +64,6 @@
# where it normally would print the revision number
# MIDI: if set, it will use it as custom path to midi player.
# If unset, it will use the hardcoded path in the c code
-# NOVERBOSE: supress all warnings and errors during compilation.
-# It looks nicer, but you will not know what went wrong. Use it on released (stable) sources only
# VERBOSE: actually show the commands used for compilation.
# WITH_NETWORK: enable networking
# DEDICATED: allows compilation on UNIX without SDL. Useful for dedicated servers
@@ -120,7 +118,7 @@
# it checks if the version tag in makefile.config is the same and force update outdated config files
MAKEFILE_VERSION:=6
-# CONFIG_WRITER have to be found even for manual configuration
+# CONFIG_WRITER has to be found even for manual configuration
CONFIG_WRITER=makefiledir/Makefile.config_writer
ifndef MANUAL_CONFIG