[matroska] r1244 - trunk/libmatroska/make/linux

[email protected] Thu, 30 Mar 2006 23:57:14 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: mosu
Date: 2006-03-30 23:57:12 +0400 (Thu, 30 Mar 2006)
New Revision: 1244

Modified:
   trunk/libmatroska/make/linux/Makefile
Log:
Do not abort if the symlink exists already.

Modified: trunk/libmatroska/make/linux/Makefile
===================================================================
--- trunk/libmatroska/make/linux/Makefile	2006-03-30 19:33:22 UTC (rev 1243)
+++ trunk/libmatroska/make/linux/Makefile	2006-03-30 19:57:12 UTC (rev 1244)
@@ -103,6 +103,7 @@
 
 $(LIBRARY_SO): $(objects_so)
 	$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
+	rm -f $(LIBRARY_SO)
 	ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
 
 clean:	cleantest