Skip to content
Snippets Groups Projects
Commit 2c8c5021 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ distclean: clean ...@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment