diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-08-31 22:05:21 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-08-31 22:05:21 +0000 |
commit | 08979d84b5368afc912c406e9d1bbc65c6c695c1 (patch) | |
tree | 6a8e3c7396cdd843064e9993f5911951fec9dd96 /code/unix/Makefile | |
parent | 1c5502a5f7e7437ce02f3d3bd5bab4e543e576f3 (diff) | |
download | ioquake3-aero-08979d84b5368afc912c406e9d1bbc65c6c695c1.tar.gz ioquake3-aero-08979d84b5368afc912c406e9d1bbc65c6c695c1.zip |
Uh, yeah. glub glub. mo blon.
git-svn-id: svn://svn.icculus.org/quake3/trunk@54 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index 0710b76..0cdfea3 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) |