From 83cbe921dce40a8184edb23e8686ff8893560b01 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 12 Apr 2010 14:47:42 +0200 Subject: [PATCH] fix typo in the makefile (adding an extra space) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2