0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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
This commit is contained in:
diego 2008-08-18 06:30:10 +00:00
parent 2e3a315796
commit c7c06f3050

View File

@ -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