Browse Source

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
tags/v0.5
Stefano Sabatini Diego Biurrun 18 years ago
parent
commit
2c8c502182
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -252,7 +252,7 @@ distclean: clean
$(MAKE) -C libavformat distclean $(MAKE) -C libavformat distclean
$(MAKE) -C libpostproc distclean $(MAKE) -C libpostproc distclean
$(MAKE) -C libswscale distclean $(MAKE) -C libswscale distclean
rm -f .depend version.h config.* *.pc
rm -f .depend .vhookdep version.h config.* *.pc


TAGS: TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch] etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]


Loading…
Cancel
Save