# HG changeset patch # User diego # Date 1173746249 0 # Node ID c82f0b263d1056c4db91d202e46cf6a0cc760524 # Parent 2e1f6cc38803b864adc4eb10f8b00916c122a39e Add common sources to .depend target. diff -r 2e1f6cc38803 -r c82f0b263d10 Makefile --- 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