summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 10:44:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 10:44:16 +0000
commit50aaf4a1d4b76ded089d3242ea7ddadcdfecc395 (patch)
treececdf27de0273f68951f59ee3116dc7be8f3e2a0 /Makefile
parent4f452096c0182355ee332b81f8d43baeebd6a383 (diff)
downloadmpv-50aaf4a1d4b76ded089d3242ea7ddadcdfecc395.tar.bz2
mpv-50aaf4a1d4b76ded089d3242ea7ddadcdfecc395.tar.xz
Simplify .depend file inclusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22335 b3059339-0415-0410-9bf9-f77b7e298cf2
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