From d1c6b7bc580e05f29f577bfdcdbd30c80cb1596b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 1 Feb 2013 08:42:49 -0500 Subject: [PATCH] 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 --- src/libafsrpc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libafsrpc/Makefile.in b/src/libafsrpc/Makefile.in index cf77bf1285..78ba93e23b 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*) \