fix brocken DEBUG define

This commit is contained in:
Joris Vink 2013-11-21 12:00:07 +01:00
parent d15c60670a
commit b647afcc4f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+=-Wsign-compare -Iincludes -g
LDFLAGS+=-rdynamic -lssl -lcrypto -lz
ifneq (, "$(DEBUG)")
ifneq ("$(DEBUG)", "")
CFLAGS+=-DKORE_DEBUG
endif