From 804a0db1bbfbb4bcd14f3308ce6e77e2aa1323f6 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Sat, 2 Feb 2013 12:17:48 -0500 Subject: [PATCH] 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 --- src/libafsauthent/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5