OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12pre4-1-g9d21bc0

Gerrit Code Review gerrit@openafs.org
Thu, 25 Feb 2010 05:35:16 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 9d21bc07aac44d32adf496745ce189dfd7c463c8
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Thu Feb 25 01:54:30 2010 -0700

    Fix (p)install of compile_et (addendum)
    
    A prior update (ChangeID: Ie6af2d3fd9c5166dd2d884c22d287c180b24fab1)
    stops compile_et from being (p)installed into a separate directory.
    Unfortunately, there's a second rule in the Makefile exhibiting the
    same behaviour that was missed (the decision of which rule is used is
    determined by whether a 'make install' or 'make dest' is requested).
    This patch fixes the second ruleset as well.
    
    Change-Id: I0e94d5cf0bb4e46a24fba6e77aa6baff2118f78b
    Reviewed-on: http://gerrit.openafs.org/1397
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository