[1695] in Kerberos_V5_Development
Re: make install possibly broken in kadmin/*
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sun Sep 1 01:09:20 1996
To: Sam Hartman <hartmans@MIT.EDU>
Cc: krbcore@MIT.EDU
From: Ken Raeburn <raeburn@cygnus.com>
Date: 01 Sep 1996 01:08:48 -0400
In-Reply-To: Sam Hartman's message of Sun, 1 Sep 1996 00:30:55 -0400
I did notice while merging some MIT changes into the Cygnus tree that
some man page installation rules were buggy. They use "($PROG)"
instead of "$(PROG)". That's probably where it's coming from.
On a vaguely related note (more dollar signs and parens) have you
gotten shared lib builds working on AIX? The "$(foo)/aix.bincmds"
stuff set in the top level makefile gets stored in the cache but read
back incorrectly, corrupting the value, when I tried to use it. I'm
working on a slightly different scheme for AIX, and I think it'll be
pretty straightforward, but if you've had the current code work for
you, I'd like to figure out why it doesn't work for me...
Ken