summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 16:12:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 16:12:36 +0000
commit27b0177662b3d1e635db621c11e3ccfd9558744a (patch)
treed2d4de92a96ab5b11ddea94c4ee9f6822dca3266 /mp3lib/Makefile
parent6d721476af679dea57cd346ae492561b252ede6d (diff)
downloadmpv-27b0177662b3d1e635db621c11e3ccfd9558744a.tar.bz2
mpv-27b0177662b3d1e635db621c11e3ccfd9558744a.tar.xz
Remove superfluous comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 8bb338fab9..8774944ed9 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -69,9 +69,6 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif