OSDN Git Service

Also remove versioned .so files on make clean.
authorDiego Biurrun <diego@biurrun.de>
Tue, 11 Jul 2006 23:09:19 +0000 (23:09 +0000)
committerDiego 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

index ea74351..75366e8 100644 (file)
@@ -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