[Vesautils-devel] CVS: vesautils/libvbe Makefile,1.1,1.2

Alex Beregszaszi alex at mplayerhq.hu
Sun Dec 4 15:04:28 CET 2005


Update of /cvsroot/vesautils/vesautils/libvbe
In directory mail:/var2/tmp/cvs-serv3052

Modified Files:
	Makefile 
Log Message:
symlinking 10l fix by Tomas Janousek

Index: Makefile
===================================================================
RCS file: /cvsroot/vesautils/vesautils/libvbe/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	12 Aug 2005 17:49:53 -0000	1.1
+++ Makefile	4 Dec 2005 14:04:26 -0000	1.2
@@ -27,8 +27,8 @@
 libvbe.so: $(pic_objects)
 #	$(CC) $(CPPFLAGS) $(CFLAGS) -fPIC -shared -o $@ $^
 	$(CC) $(CPPFLAGS) $(CFLAGS) -Wl,-soname,$(LIBNAME).so.$(MAJOR) -fPIC -shared -o $(LIBNAME).so.$(VERSION) $^
-	ln -s $(LIBNAME).so.$(VERSION) $(LIBNAME).so.$(MAJOR)
-	ln -s $(LIBNAME).so.$(MAJOR) $(LIBNAME).so
+	ln -sf $(LIBNAME).so.$(VERSION) $(LIBNAME).so.$(MAJOR)
+	ln -sf $(LIBNAME).so.$(MAJOR) $(LIBNAME).so
 
 install:
 	mkdir -p $(LIBDIR)




More information about the Vesautils-devel mailing list