summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glslcompiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/glslcompiler/Makefile')
-rw-r--r--src/mesa/drivers/glslcompiler/Makefile2
1 files changed, 1 insertions, 1 deletions
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: