Mercurial > mplayer.hg
changeset 22525:c82f0b263d10
Add common sources to .depend target.
author | diego |
---|---|
date | Tue, 13 Mar 2007 00:37:29 +0000 |
parents | 2e1f6cc38803 |
children | cbf425ba6a96 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Mar 13 00:34:56 2007 +0000 +++ b/Makefile Tue Mar 13 00:37:29 2007 +0000 @@ -333,7 +333,7 @@ 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