mirror of https://github.com/mpv-player/mpv
Makefile: remove distclean hack for dependency files
Remove hack that skips including dependency files on distclean. Now that dependency files are generated as a sideeffect of compilation this workaround is no longer needed since distclean no longer tries to create them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31969 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
022515479f
commit
e66b13ab65
3
Makefile
3
Makefile
|
@ -1071,10 +1071,7 @@ dhahelperwinclean:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Do not include dependencies when they are about to be removed anyway.
|
|
||||||
ifneq ($(MAKECMDGOALS),distclean)
|
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
endif
|
|
||||||
|
|
||||||
.PHONY: all doxygen *install* *tools drivers dhahelper*
|
.PHONY: all doxygen *install* *tools drivers dhahelper*
|
||||||
.PHONY: checkheaders *clean dep depend tests
|
.PHONY: checkheaders *clean dep depend tests
|
||||||
|
|
Loading…
Reference in New Issue