[Matroska-cvs] [matroska] r1244 - trunk/libmatroska/make/linux
mosu at matroska.org
mosu at matroska.org
Thu Mar 30 21:57:14 CEST 2006
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
More information about the Matroska-cvs
mailing list