]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix typo in the makefile (adding an extra space)
authorRudolf Polzer <divverent@alientrap.org>
Mon, 12 Apr 2010 12:47:42 +0000 (14:47 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 12 Apr 2010 12:47:42 +0000 (14:47 +0200)
Makefile

index 111e2eb283f9de80f9d3d1a6f36e3ee5dcd06080..5cdeee6947a9c0aef605e7baa4bd568f56421ca7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,8 @@ LIBS_DL            ?= -ldl # nothing on Win32
 CPPFLAGS_ZLIB      ?=
 LIBS_ZLIB          ?= -lz
 DEPEND_ON_MAKEFILE ?= yes
 CPPFLAGS_ZLIB      ?=
 LIBS_ZLIB          ?= -lz
 DEPEND_ON_MAKEFILE ?= yes
-DOWNLOAD_GAMEPACKS ?= yes # set to no to disable gamepack, set to all to even download undistributable gamepacks
+DOWNLOAD_GAMEPACKS ?= yes
+# set to no to disable gamepack, set to all to even download undistributable gamepacks
 DEPENDENCIES_CHECK ?= quiet
 # or: off, verbose
 
 DEPENDENCIES_CHECK ?= quiet
 # or: off, verbose