summaryrefslogtreecommitdiff
path: root/dist/Mesa/src/glw
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-23 13:37:47 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-23 13:37:47 +0000
commit96be25e2f72b0c20bc9d205ff4bcbdd467872ae8 (patch)
tree39e581e1f5608f962a5210c8c994bb3d2220432f /dist/Mesa/src/glw
parent1aceec0631a38025730f46ce66c871dfd48e98a6 (diff)
Merge Mesa 7.10.3
Diffstat (limited to 'dist/Mesa/src/glw')
-rw-r--r--dist/Mesa/src/glw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Mesa/src/glw/Makefile b/dist/Mesa/src/glw/Makefile
index 1fb3d3c32..776b1aa5b 100644
--- a/dist/Mesa/src/glw/Makefile
+++ b/dist/Mesa/src/glw/Makefile
@@ -17,7 +17,7 @@ OBJECTS = $(GLW_SOURCES:.c=.o)
##### RULES #####
.c.o:
- $(CC) -c $(INCDIRS) $(CFLAGS) $<
+ $(CC) -c $(INCDIRS) $(CFLAGS) $(GLW_CFLAGS) $<
@@ -71,4 +71,4 @@ depend: $(GLW_SOURCES)
$(X11_INCLUDES) > /dev/null
-include depend
+-include depend