git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d78ac
)
Make distclean should remove .vhookdep.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sat, 15 Sep 2007 09:49:27 +0000
(09:49 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 15 Sep 2007 09:49:27 +0000
(09:49 +0000)
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0944598
..
2951ebc
100644
(file)
--- a/
Makefile
+++ b/
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]