summaryrefslogtreecommitdiff
path: root/src/glw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glw/Makefile')
-rw-r--r--src/glw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile
index 1fb3d3c320..776b1aa5bf 100644
--- a/src/glw/Makefile
+++ b/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