dep/depend should be a double colon target as well.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22560 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-13 23:55:10 +00:00
parent 1c47e97b9c
commit a3a649adbc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ clean::
distclean:: clean
rm -f .depend
dep depend:
dep depend::
$(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
-include .depend