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:
diego 2010-08-17 15:12:35 +00:00 committed by Uoti Urpala
parent 022515479f
commit e66b13ab65
1 changed files with 0 additions and 3 deletions

View File

@ -1071,10 +1071,7 @@ dhahelperwinclean:
# Do not include dependencies when they are about to be removed anyway.
ifneq ($(MAKECMDGOALS),distclean)
-include $(DEPS)
endif
.PHONY: all doxygen *install* *tools drivers dhahelper*
.PHONY: checkheaders *clean dep depend tests