From f1b88f0713e49ed89a230364be9f12b62f2fe46b Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Fri, 14 Sep 2012 19:23:55 -0400 Subject: [PATCH] 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 --- 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 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) -- 2.39.5