OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-33-g9f1c90a

Gerrit Code Review gerrit@openafs.org
Mon, 28 Dec 2009 07:41:01 -0800 (PST)


The following commit has been merged in the master branch:
commit 9f1c90a6e0004bda153e9e077dc68381b2beec13
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Dec 24 13:32:14 2009 -0500

    Move TOP_INCDIR/des dependency to prelude
    
    Make TOP_INCDIR/des a dependency of the 'prelude' target, not all of the
    'dest'-ish targets. Without this, things like 'make tviced' fail since
    we never create the TOP_INCDIR/des directory, but 'des' needs to copy
    headers into there.
    
    Also, remove the other redundant INCDIR/LIBDIR deps in the 'dest'-y
    targets, and put them in 'prelude'.
    
    Change-Id: I1beb1a0c8b93a7bf17af71792ab38590d03c9976
    Reviewed-on: http://gerrit.openafs.org/1027
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository