libafsrpc: avoid more concurrent libtool
authorDerrick Brashear <shadow@your-file-system.com>
Fri, 1 Feb 2013 13:42:49 +0000 (08:42 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 1 Feb 2013 18:46:58 +0000 (10:46 -0800)
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 <marc.c.dionne@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

src/libafsrpc/Makefile.in

index cf77bf1..78ba93e 100644 (file)
@@ -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*) \