Commit 2c8c5021 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

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
parent a9d78ac5
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment