summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 12:38:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 12:38:38 +0000
commit089034fcd5a181fd34c4c9ed37677b8bb89a6d2e (patch)
treed2e1ce4620bc2ce3500fcb4b5b8bc811b13c6958 /Makefile
parent06b5ea6b44d97cc7ae9b5892d557b1d06729497e (diff)
downloadmpv-089034fcd5a181fd34c4c9ed37677b8bb89a6d2e.tar.bz2
mpv-089034fcd5a181fd34c4c9ed37677b8bb89a6d2e.tar.xz
The recurse target does not depend on help_mp.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26606 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ee5c7a6da..cca1cacfc0 100644
--- a/Makefile
+++ b/Makefile
@@ -717,7 +717,7 @@ recurse:
codec-cfg.d: codecs.conf.h
mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d: version.h
DEPS = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d) $(SRCS_MENCODER))))
-$(DEPS) recurse: help_mp.h
+$(DEPS): help_mp.h
dep depend: $(DEPS)
for part in $(PARTS); do $(MAKE) -C $$part depend; done