summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-09 13:53:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-09 13:53:19 +0000
commit6d01235f44a7aa915965c2b2a2b1190397f06669 (patch)
tree1cc9364411b1fa5b0835868ae2b83815aec06c6f /Makefile
parente1ce107366596dbfbbe103fdce0cd93b90a08707 (diff)
downloadmpv-6d01235f44a7aa915965c2b2a2b1190397f06669.tar.bz2
mpv-6d01235f44a7aa915965c2b2a2b1190397f06669.tar.xz
Skip dependency generation if we just run distclean or if skipping
is requested explicitly on the command line. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27443 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23dc7fcfe1..0eaa22098b 100644
--- a/Makefile
+++ b/Makefile
@@ -1055,7 +1055,13 @@ 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.
+ifneq ($(MAKECMDGOALS),distclean)
+ifneq ($(SKIP_DEPS),yes)
-include $(DEPS)
+endif
+endif
.PHONY: all doxygen *install* *tools drivers dhahelper*
.PHONY: checkheaders *clean dep depend tests