summaryrefslogtreecommitdiff
path: root/libavutil
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 /libavutil
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 'libavutil')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a4b902c62a..99a4c114f7 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -50,7 +50,7 @@ depend: $(SRCS)
dep: depend
clean:
- rm -f *.o *.d *~ .depend $(LIB) $(SLIBNAME) *$(SLIBSUF)
+ rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f Makefile.bak .depend