summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 16:13:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 16:13:26 +0000
commitc30bfbe384c285d76925101e564b66287ced8b9a (patch)
tree2bb7f32d26178f240384db6ff3c77a07f95a2135 /TOOLS
parent27b0177662b3d1e635db621c11e3ccfd9558744a (diff)
downloadmpv-c30bfbe384c285d76925101e564b66287ced8b9a.tar.bz2
mpv-c30bfbe384c285d76925101e564b66287ced8b9a.tar.xz
Remove superfluous comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21223 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index c9d42605e1..3551169352 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -52,9 +52,6 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif