summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-15 00:28:36 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-15 00:28:36 +0000
commit29a10be0d4c748446de746eecf1cfeaedcbe0aff (patch)
tree2e8cee3980e07f6b9c9b8b71d0cbcf74ef8f28d8 /libavcodec/Makefile
parent69e9b2cf451eda4f9500cbe3c5a0419fef821078 (diff)
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2d1302a5fe..81a6d1365b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -444,7 +444,8 @@ depend: $(SRCS)
dep: depend
clean: $(CLEANAMR)
- rm -f *.o *.d *~ .depend $(LIB) $(SLIBNAME) *$(SLIBSUF) i386/*.o i386/*~ \
+ rm -f *.o *.d *~ i386/*.o i386/*~ \
+ *.a *.lib *.so *.dylib *.dll \
armv4l/*.o armv4l/*~ \
mlib/*.o mlib/*~ \
alpha/*.o alpha/*~ \