From 2c8c5021828ef3e8dc2835b809efa34dae276387 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 15 Sep 2007 09:49:27 +0000 Subject: [PATCH] Make distclean should remove .vhookdep. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0944598e38..2951ebc6c9 100644 --- a/Makefile +++ b/Makefile @@ -252,7 +252,7 @@ distclean: clean $(MAKE) -C libavformat distclean $(MAKE) -C libpostproc distclean $(MAKE) -C libswscale distclean - rm -f .depend version.h config.* *.pc + rm -f .depend .vhookdep version.h config.* *.pc TAGS: etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]