mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER

respectively, no need to add them separately for .depend generation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22513 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-11 16:26:13 +00:00
parent ddc8a5f733
commit 7454f57944
1 changed files with 1 additions and 1 deletions

View File

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