From: Marc Dionne Date: Sat, 2 Feb 2013 17:17:48 +0000 (-0500) Subject: Parallel libtool build fixes X-Git-Tag: upstream/1.8.0_pre1^2~1575 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=804a0db1bbfbb4bcd14f3308ce6e77e2aa1323f6;p=packages%2Fo%2Fopenafs.git Parallel libtool build fixes Serialize the use of libtool in a few places to avoid having concurrent libtool instances in the same directory.. Change-Id: I5abaeae8f6a31cd84643b7df39c77493d198b600 Reviewed-on: http://gerrit.openafs.org/9024 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/libafsauthent/Makefile.in b/src/libafsauthent/Makefile.in index c0d2eb595..2dbbe36fe 100644 --- a/src/libafsauthent/Makefile.in +++ b/src/libafsauthent/Makefile.in @@ -38,7 +38,7 @@ libafsauthent.la: libafsauthent.la.sym $(LT_objs) $(LT_deps) libafsauthent_pic.l libafsauthent_pic.la: $(LT_objs) $(LT_LDLIB_pic) $(LT_objs) -libafsauthent.a: $(LT_objs) +libafsauthent.a: $(LT_objs) libafsauthent.la $(LT_LDLIB_static) $(LT_objs) ${TOP_LIBDIR}/libafsauthent.a: libafsauthent.a