From: Marc Dionne Date: Tue, 11 Sep 2012 00:49:19 +0000 (-0400) Subject: libafsrpc: avoid concurrent libtool X-Git-Tag: upstream/1.8.0_pre1^2~2008 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ee18ccbeeb54b76fcc3fc5952da58d1a505eef23;p=packages%2Fo%2Fopenafs.git libafsrpc: avoid concurrent libtool libtool gets confused if it is running two instances in the same directory, so make sure we build libafsrpc.la and libafsrpc_pic.la one after the other. Change-Id: Idfd16b1f4e1efe07822a300df798bf05e2df6bcd Reviewed-on: http://gerrit.openafs.org/8086 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/libafsrpc/Makefile.in b/src/libafsrpc/Makefile.in index d73eb9e47..54e3e6aa8 100644 --- a/src/libafsrpc/Makefile.in +++ b/src/libafsrpc/Makefile.in @@ -33,7 +33,7 @@ all: libafsrpc.la libafsrpc_pic.la \ # there doesn't seem to be any way to get libtool to remember this requirement # when it links the libafsrpc_sys.la convenience library. -libafsrpc.la: libafsrpc.la.sym $(LT_objs) $(LT_deps) +libafsrpc.la: libafsrpc.la.sym $(LT_objs) $(LT_deps) libafsrpc_pic.la @set -e; set -x; case "$(SYS_NAME)" in \ rs_aix*) \ $(LT_LDLIB_shlib) -Wl,-bI:../sys/afsl.exp \