OSDN Git Service

Remove redundant comment.
authorDiego Biurrun <diego@biurrun.de>
Sat, 25 Nov 2006 15:44:55 +0000 (15:44 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 25 Nov 2006 15:44:55 +0000 (15:44 +0000)
Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 0bc3321..d4a8dca 100644 (file)
@@ -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