summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpcommon.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 1f3b33db07..a35f017c2a 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -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