Mercurial > mplayer.hg
changeset 22523:5a2e0dfee807
codecs.conf.h needs to be made before .depend.
author | diego |
---|---|
date | Mon, 12 Mar 2007 23:53:40 +0000 |
parents | 12b3d4c8b263 |
children | 2e1f6cc38803 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Mar 12 23:26:02 2007 +0000 +++ b/Makefile Mon Mar 12 23:53:40 2007 +0000 @@ -333,7 +333,7 @@ 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