summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8d12dc9581..ae052cc217 100644
--- a/Makefile
+++ b/Makefile
@@ -440,9 +440,6 @@ Gui/libgui.a: .norecurse $(wildcard Gui/*.[ch] Gui/*/*.[ch] Gui/*/*/*.[ch])
libass/libass.a: .norecurse $(wildcard libass/*.[ch])
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif