Mercurial > mplayer.hg
diff Makefile @ 22495:64175d0b25a4
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
respectively, no need to add them separately for .depend generation.
author | diego |
---|---|
date | Sun, 11 Mar 2007 16:26:13 +0000 |
parents | 9dd4da00b06a |
children | 643be517b47a |
line wrap: on
line diff
--- a/Makefile Sun Mar 11 16:22:30 2007 +0000 +++ b/Makefile Sun Mar 11 16:26:13 2007 +0000 @@ -330,7 +330,7 @@ strip -s $(ALL_PRG) dep depend: help_mp.h version.h - $(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend + $(CC) -MM $(CFLAGS) -DCODECS2HTML $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend @for a in $(PARTS); do $(MAKE) -C $$a dep; done # ./configure must be rerun if it changed