summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8d12dc9581..ae052cc217 100644
--- a/Makefile
+++ b/Makefile
@@ -440,9 +440,6 @@ Gui/libgui.a: .norecurse $(wildcard Gui/*.[ch] Gui/*/*.[ch] Gui/*/*/*.[ch])
libass/libass.a: .norecurse $(wildcard libass/*.[ch])
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif