summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8d516b00da..cb973f73be 100644
--- a/Makefile
+++ b/Makefile
@@ -427,9 +427,7 @@ Gui/libgui.a: .norecurse $(wildcard Gui/*.[ch] Gui/*/*.[ch] Gui/*/*/*.[ch])
libass/libass.a: .norecurse $(wildcard libass/*.[ch])
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend
.PHONY: all install* uninstall dirclean clean distclean strip dep depend
.PHONY: doxygen doxygen_clean