changeset 22542:974f5ffb5097

dep/depend should be a double colon target as well.
author diego
date Tue, 13 Mar 2007 23:55:10 +0000
parents a7fc43264e8b
children 1503d29ab0d1
files mpcommon.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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