Mercurial > mplayer.hg
changeset 26574:6fc2079377cd
The recurse target does not depend on help_mp.h.
author | diego |
---|---|
date | Wed, 30 Apr 2008 12:38:38 +0000 |
parents | d45caec4ba3a |
children | 1ca484e74f18 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Apr 30 12:37:49 2008 +0000 +++ b/Makefile Wed Apr 30 12:38:38 2008 +0000 @@ -717,7 +717,7 @@ 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