summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2007-09-15 09:49:27 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-15 09:49:27 +0000
commit2c8c5021828ef3e8dc2835b809efa34dae276387 (patch)
tree786cec4ac88a8f48f4e1c8fcd5f25ae54af84e51 /Makefile
parenta9d78ac51a6ef9d31cd64c49720db2ca23cc905b (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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]