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