1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00

codecs.conf.h needs to be made before .depend.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22541 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-12 23:53:40 +00:00
parent 40f53feeec
commit f07e14645d

View File

@ -333,7 +333,7 @@ distclean: clean doxygen_clean
strip:
strip -s $(ALL_PRG)
dep depend: help_mp.h version.h
dep depend: help_mp.h version.h codecs.conf.h
$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done