mirror of https://github.com/mpv-player/mpv
Add common sources to .depend target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22543 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1e4055ebdd
commit
12d6e5b2c0
2
Makefile
2
Makefile
|
@ -333,7 +333,7 @@ strip:
|
|||
strip -s $(ALL_PRG)
|
||||
|
||||
dep depend: help_mp.h version.h codecs.conf.h
|
||||
$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
|
||||
$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) $(SRCS_COMMON) 1>.depend
|
||||
@for a in $(PARTS); do $(MAKE) -C $$a dep; done
|
||||
|
||||
# ./configure must be rerun if it changed
|
||||
|
|
Loading…
Reference in New Issue