projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f30a81
)
Also remove versioned .so files on make clean.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 11 Jul 2006 23:09:19 +0000
(23:09 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 11 Jul 2006 23:09:19 +0000
(23:09 +0000)
Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index ea743518f8eaa8ca349adf81669eed0a11827efd..75366e8ed960cc6cf01fcb9b2926f54b3bc0eb51 100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-42,7
+42,7
@@
depend: $(SRCS)
dep: depend
clean::
- rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \
+ rm -f *.o *.d *~ *.a *.lib *.so *.
so.* *.
dylib *.dll \
*.lib *.def *.dll.a *.exp
distclean: clean