mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
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
This commit is contained in:
parent
06b5ea6b44
commit
089034fcd5
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user