Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-25 18:44:55 +0300
committerDiego Biurrun <diego@biurrun.de>2006-11-25 18:44:55 +0300
commit167de74f103aee6cd41c3d87a53d15e3614910e3 (patch)
tree3de8099766f51954882d7c926953b727f11e71f2 /common.mak
parentc61e1098e7b9d62218c609d98dfb01dfa5686e42 (diff)
Remove redundant comment.
Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.mak b/common.mak
index 0bc3321923..d4a8dca416 100644
--- a/common.mak
+++ b/common.mak
@@ -95,9 +95,6 @@ uninstall-headers:
.PHONY: all depend dep clean distclean install* uninstall*
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif