From: Rudolf Polzer Date: Mon, 12 Apr 2010 12:47:42 +0000 (+0200) Subject: fix typo in the makefile (adding an extra space) X-Git-Tag: xonotic-v0.5.0~268 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=83cbe921dce40a8184edb23e8686ff8893560b01 fix typo in the makefile (adding an extra space) --- diff --git a/Makefile b/Makefile index 111e2eb2..5cdeee69 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,8 @@ LIBS_DL ?= -ldl # nothing on Win32 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