diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-09-15 09:49:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-15 09:49:27 +0000 |
commit | 2c8c5021828ef3e8dc2835b809efa34dae276387 (patch) | |
tree | 786cec4ac88a8f48f4e1c8fcd5f25ae54af84e51 | |
parent | a9d78ac51a6ef9d31cd64c49720db2ca23cc905b (diff) | |
download | ffmpeg-2c8c5021828ef3e8dc2835b809efa34dae276387.tar.gz |
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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |