diff options
author | Diego Biurrun | 2006-11-20 21:46:43 +0000 |
---|---|---|
committer | Diego Biurrun | 2006-11-20 21:46:43 +0000 |
commit | cb741242a1814db071ed1b1c694352efdc7624c7 (patch) | |
tree | 33a1075179194bd8026b2577c4613133c56e191e /Makefile | |
parent | 8db4f43c6882c1209073abe96c5ce68c8d13d80c (diff) |
Nuke config.log support.
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -214,7 +214,6 @@ clean: rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \ output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF) -# Note well: config.log is NOT removed. distclean: clean $(MAKE) -C libavutil distclean $(MAKE) -C libavcodec distclean |