make depend requires help_mp.h, fixes make depend after make distclean.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18481 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-05-13 16:37:16 +00:00
parent 4a1f25d39e
commit d8a14d9b7e
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ strip:
dep: depend
depend:
depend: help_mp.h
$(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done