summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 8d6df80695..3f1ae6d8a5 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -41,9 +41,6 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif