summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 4e9c37b206..8998c10336 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -28,7 +28,7 @@ distclean:
dep: depend
depend:
- $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
+ $(CC) -MM $(CFLAGS) $(FREETYPE_INC) $(SRCS) 1>.depend
#
# include dependency files if they exist