[FFmpeg-cvslog] r10501 - trunk/Makefile
diego
subversion
Sat Sep 15 11:49:27 CEST 2007
Author: diego
Date: Sat Sep 15 11:49:27 2007
New Revision: 10501
Log:
Make distclean should remove .vhookdep.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Sep 15 11:49:27 2007
@@ -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]
More information about the ffmpeg-cvslog
mailing list