From b547f354cb8193b6060f033435702e0fdfcb16b7 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 28 May 2013 09:46:40 +0200 Subject: [PATCH] Fix derp. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da4b8b3718..2b2731fd44 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ endif DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS -ifneq ($(GLOBAL_CONFIG_DIR), ) +ifeq ($(GLOBAL_CONFIG_DIR),) GLOBAL_CONFIG_DIR = /etc endif DEFINES += -DGLOBAL_CONFIG_DIR='"$(GLOBAL_CONFIG_DIR)"'