forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
a9d78ac51a
commit
2c8c502182
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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]
|
||||
|
|
Loading…
Add table
Reference in a new issue