From ae7066fa3f402191c0e4cb10741864a817fccf71 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Wed, 31 Aug 2005 22:05:21 +0000 Subject: [PATCH] Uh, yeah. glub glub. mo blon. --- code/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index 0710b769..0cdfea38 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -131,7 +131,7 @@ ifeq ($(PLATFORM),linux) BASE_CFLAGS += -DUSE_SDL=1 $(shell sdl-config --cflags) endif - GL_CFAGS = -I/usr/X11R6/include + GL_CFLAGS = -I/usr/X11R6/include # bk001204 - need -O for -Wall for uninitialized # bk001205 - took out -O to get assertions (NDEBUG)