# HG changeset patch # User diego # Date 1173830110 0 # Node ID 974f5ffb5097653453a0c14cac6f6399a3bab9c3 # Parent a7fc43264e8be89e8ea340ebdb69c414e967a7b1 dep/depend should be a double colon target as well. diff -r a7fc43264e8b -r 974f5ffb5097 mpcommon.mak --- a/mpcommon.mak Tue Mar 13 23:42:38 2007 +0000 +++ b/mpcommon.mak Tue Mar 13 23:55:10 2007 +0000 @@ -28,7 +28,7 @@ distclean:: clean rm -f .depend -dep depend: +dep depend:: $(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend -include .depend