From 5c6a5d584eeb2bdca148b3fe256f9cd171f93238 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 2 Jul 2006 18:24:11 +0000 Subject: [PATCH] simplify Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f84c27bfee..c3a19911ab 100644 --- a/Makefile +++ b/Makefile @@ -225,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 config.err config.log + rm -f .depend version.h config.* *.pc TAGS: etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]