From: Marc Dionne Date: Fri, 14 Sep 2012 23:23:55 +0000 (-0400) Subject: libafsauthent: fix parallel build X-Git-Tag: upstream/1.8.0_pre1^2~1993 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f1b88f0713e49ed89a230364be9f12b62f2fe46b;p=packages%2Fo%2Fopenafs.git libafsauthent: fix parallel build Same logic as ee18ccbe - we have to avoid building libafsauthent.la and libafsauthent_pic.la at the same time. Add a dependency to force make to build them in sequence. Change-Id: I4b341d7688a249e0067c3917909259c813f26717 Reviewed-on: http://gerrit.openafs.org/8121 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/libafsauthent/Makefile.in b/src/libafsauthent/Makefile.in index a1d06a02b..51ecccc6e 100644 --- a/src/libafsauthent/Makefile.in +++ b/src/libafsauthent/Makefile.in @@ -33,7 +33,7 @@ all: libafsauthent.la libafsauthent_pic.la \ $(TOP_LIBDIR)/libafsauthent.a \ $(TOP_LIBDIR)/libafsauthent_pic.a -libafsauthent.la: libafsauthent.la.sym $(LT_objs) $(LT_deps) +libafsauthent.la: libafsauthent.la.sym $(LT_objs) $(LT_deps) libafsauthent_pic.la $(LT_LDLIB_shlib) $(LT_objs) $(LT_deps) $(LT_libs) libafsauthent_pic.la: $(LT_objs)