From: Derrick Brashear Date: Fri, 1 Feb 2013 13:42:49 +0000 (-0500) Subject: libafsrpc: avoid more concurrent libtool X-Git-Tag: upstream/1.8.0_pre1^2~1620 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d1c6b7bc580e05f29f577bfdcdbd30c80cb1596b;p=packages%2Fo%2Fopenafs.git libafsrpc: avoid more concurrent libtool libtool gets confused if it is running two instances in the same directory, so make sure we build libafsrpc.a after the other things we already single-stream. Change-Id: I4c26b5707fdb73319563b063b45eb40b7ca1457e Reviewed-on: http://gerrit.openafs.org/9017 Reviewed-by: Marc Dionne Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/libafsrpc/Makefile.in b/src/libafsrpc/Makefile.in index cf77bf128..78ba93e23 100644 --- a/src/libafsrpc/Makefile.in +++ b/src/libafsrpc/Makefile.in @@ -45,7 +45,7 @@ libafsrpc_pic.la: $(LT_objs) $(LT_LDLIB_pic) $(LT_objs) # AIX needs libafsrpc to also be linked against the syscall import list -libafsrpc.a: $(LT_objs) +libafsrpc.a: $(LT_objs) libafsrpc.la $(LT_LDLIB_static) $(LT_objs) @set -e; set -x; case "${SYS_NAME}" in \ rs_aix*) \