diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-25 15:44:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-25 15:44:55 +0000 |
commit | 167de74f103aee6cd41c3d87a53d15e3614910e3 (patch) | |
tree | 3de8099766f51954882d7c926953b727f11e71f2 /common.mak | |
parent | c61e1098e7b9d62218c609d98dfb01dfa5686e42 (diff) | |
download | ffmpeg-167de74f103aee6cd41c3d87a53d15e3614910e3.tar.gz |
Remove redundant comment.
Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 3 |
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 |