OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2936-gf1b88f0

Gerrit Code Review gerrit@openafs.org
Fri, 14 Sep 2012 19:03:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit f1b88f0713e49ed89a230364be9f12b62f2fe46b
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Fri Sep 14 19:23:55 2012 -0400

    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 <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/libafsauthent/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository