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 <marc.c.dionne@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Derrick Brashear 2013-02-01 08:42:49 -05:00 committed by Jeffrey Altman
parent 1839cdbe26
commit d1c6b7bc58

View File

@ -45,7 +45,7 @@ libafsrpc_pic.la: $(LT_objs)
$(LT_LDLIB_pic) $(LT_objs) $(LT_LDLIB_pic) $(LT_objs)
# AIX needs libafsrpc to also be linked against the syscall import list # 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) $(LT_LDLIB_static) $(LT_objs)
@set -e; set -x; case "${SYS_NAME}" in \ @set -e; set -x; case "${SYS_NAME}" in \
rs_aix*) \ rs_aix*) \