summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-18 06:30:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-18 06:30:10 +0000
commitc7c06f30505ae03f3784cea86feec7f2283c364b (patch)
treecd757c9c3b740aadd869436fb28860f9977fac8d /Makefile
parent2e3a31579658795f5f8708b0eab2e30268b993bc (diff)
downloadmpv-c7c06f30505ae03f3784cea86feec7f2283c364b.tar.bz2
mpv-c7c06f30505ae03f3784cea86feec7f2283c364b.tar.xz
Remove SKIP_DEPS trick. The same effect can be achieved without it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27471 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b1049378c8..3e85209212 100644
--- a/Makefile
+++ b/Makefile
@@ -1056,13 +1056,10 @@ dhahelperwinclean:
-# Do not include dependencies when they are about to be removed anyway
-# or if SKIP_DEPS was set to "yes" on the command line.
+# Do not include dependencies when they are about to be removed anyway.
ifneq ($(MAKECMDGOALS),distclean)
-ifneq ($(SKIP_DEPS),yes)
-include $(DEPS)
endif
-endif
.PHONY: all doxygen *install* *tools drivers dhahelper*
.PHONY: checkheaders *clean dep depend tests