From: Vinson Lee Date: Wed, 4 Nov 2009 14:14:55 +0000 (-0700) Subject: glslcompiler: Fix Mac OS build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51f7763c00ca47d522ea62457fdce5df5c89d5b2;p=mesa.git glslcompiler: Fix Mac OS build. Signed-off-by: Brian Paul --- diff --git a/src/mesa/drivers/glslcompiler/Makefile b/src/mesa/drivers/glslcompiler/Makefile index ffe4e0a2343..fa8293d039a 100644 --- a/src/mesa/drivers/glslcompiler/Makefile +++ b/src/mesa/drivers/glslcompiler/Makefile @@ -37,7 +37,7 @@ glslcompiler: $(OBJECTS) glslcompiler.o: glslcompiler.c - $(CC) -c $(CFLAGS) $(INCLUDES) glslcompiler.c -o $@ + $(CC) -c $(INCLUDES) $(CFLAGS) glslcompiler.c -o $@ clean: