From 83d0755ad1e46535338f420df25ec9890a11ab3a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 28 Oct 2009 22:12:56 +0000 Subject: [PATCH] * Whitespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc448b39..9a677b0f 100644 --- a/Makefile +++ b/Makefile @@ -337,7 +337,7 @@ ifeq ($(PLATFORM),linux) CLIENT_LIBS += -lrt endif -ifeq ($(USE_LOCAL_HEADERS),1) + ifeq ($(USE_LOCAL_HEADERS),1) BASE_CFLAGS += -I$(SDLHDIR)/include endif