mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 09:33:30 +00: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:
parent
2e3a315796
commit
c7c06f3050
5
Makefile
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user