]> git.sur5r.net Git - openldap/commitdiff
Remove libtool --version-info warnings.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 20 Apr 1999 22:11:02 +0000 (22:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 20 Apr 1999 22:11:02 +0000 (22:11 +0000)
build/lib-shared.mk
build/top.mk

index 59fc6e9637b14ddc9db1d0bf142459a050a3da58..9a11df107ab29c0d26eec840cf21536c1d66bdc1 100644 (file)
@@ -6,8 +6,6 @@
 ## Makefile Template for Shared Libraries
 ##
 
-LTVERSION = -version-info $(LIBVERSION)
-LINK    = $(LTLINK)
 COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c
 MKDEPFLAG = -l
 
@@ -17,7 +15,7 @@ MKDEPFLAG = -l
        $(COMPILE) $<
 
 $(LIBRARY):  version.lo
-       $(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
+       $(LTLIBLINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
        $(RM) ../$@;    \
        (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
        $(RM) ../`$(BASENAME) $@ .la`.a;        \
index 97e18e4d4650df7d9549705e4506fc2dc2f8e93f..3c40070f2cba73971cda74d96576ec21b031eb5d 100644 (file)
@@ -47,7 +47,9 @@ MKDEP = $(top_srcdir)/build/mkdep $(MKDEPFLAG) -d "$(srcdir)" -c "$(CC)"
 
 LIBTOOL = @LIBTOOL@
 LIBVERSION = 0:0:0
-LTLINK  = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
+LTVERSION = --version-info $LIBVERSION
+LTLIBLINK  = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
+LTLINK  = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) 
 
 # Misc UNIX commands used in build environment