From ee18ccbeeb54b76fcc3fc5952da58d1a505eef23 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Mon, 10 Sep 2012 20:49:19 -0400 Subject: [PATCH] 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 --- 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 d73eb9e..54e3e6a 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 \ -- 1.9.4