summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-07-02 18:17:30 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-07-02 18:17:30 +0000
commitbf8409947fe5bf5bd1fa0a86ee852af3c9e63294 (patch)
treec9c5c0987386322b6a52752bf66dfd54f6d71caa
parent20ffddb93abdc46c0ba28166869b84ffd49ee204 (diff)
make distclean clean everything
Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c64009138..f84c27bfee 100644
--- a/Makefile
+++ b/Makefile
@@ -213,6 +213,7 @@ clean:
$(MAKE) -C libpostproc clean
$(MAKE) -C tests clean
$(MAKE) -C vhook clean
+ $(MAKE) -C doc clean
rm -f *.o *.d *~ .libs gmon.out TAGS \
$(ALLPROGS) $(ALLPROGS_G) $(PROGTEST) $(QTFASTSTART)
@@ -224,7 +225,7 @@ distclean: clean
$(MAKE) -C libpostproc distclean
$(MAKE) -C tests distclean
$(MAKE) -C vhook distclean
- rm -f .depend config.mak config.h version.h *.pc
+ rm -f .depend config.mak config.h version.h *.pc config.err config.log
TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]