Mercurial > mplayer.hg
diff Makefile @ 27439:1bbfa128dc71
Remove SKIP_DEPS trick. The same effect can be achieved without it.
author | diego |
---|---|
date | Mon, 18 Aug 2008 06:30:10 +0000 |
parents | 9aec56f5e314 |
children | ea01824701a5 |
line wrap: on
line diff
--- a/Makefile Sun Aug 17 22:32:30 2008 +0000 +++ b/Makefile Mon Aug 18 06:30:10 2008 +0000 @@ -1056,13 +1056,10 @@ -# 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