[MPlayer-cvslog] r21223 - trunk/TOOLS/netstream/Makefile

diego subversion at mplayerhq.hu
Sat Nov 25 17:13:26 CET 2006


Author: diego
Date: Sat Nov 25 17:13:26 2006
New Revision: 21223

Modified:
   trunk/TOOLS/netstream/Makefile

Log:
Remove superfluous comment.


Modified: trunk/TOOLS/netstream/Makefile
==============================================================================
--- trunk/TOOLS/netstream/Makefile	(original)
+++ trunk/TOOLS/netstream/Makefile	Sat Nov 25 17:13:26 2006
@@ -52,9 +52,6 @@
 dep depend:
 	$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
 
-#
-# include dependency files if they exist
-#
 ifneq ($(wildcard .depend),)
 include .depend
 endif



More information about the MPlayer-cvslog mailing list