libafsauthent: fix parallel build
authorMarc Dionne <marc.c.dionne@gmail.com>
Fri, 14 Sep 2012 23:23:55 +0000 (19:23 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Sat, 15 Sep 2012 02:02:30 +0000 (19:02 -0700)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

src/libafsauthent/Makefile.in

index a1d06a0..51ecccc 100644 (file)
@@ -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)