From c7c06f30505ae03f3784cea86feec7f2283c364b Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 18 Aug 2008 06:30:10 +0000 Subject: 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 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1049378c8..3e85209212 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3