Add common sources to .depend target.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22543 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-13 00:37:29 +00:00
parent 1e4055ebdd
commit 12d6e5b2c0
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ strip:
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