[1830] in Kerberos_V5_Development
Re: make vs. gmake and the Athena source tree
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Sep 30 15:26:34 1996
To: Marc Horowitz <marc@MIT.EDU>
Cc: Greg Hudson <ghudson@MIT.EDU>, krbdev@MIT.EDU
In-Reply-To: Your message of "Mon, 30 Sep 1996 15:23:24 EDT."
<199609301923.PAA26092@beeblebrox.MIT.EDU>
Date: Mon, 30 Sep 1996 15:26:26 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> However, it uses .so/.po as destinations, so (CC) -c -o needs to
> work. I can live with that, too, but I've heard other people
> complain about this technique.
Note that it does not override the default rule for .c.o, so $(CC) -c
-o only needs to work on platforms where you want to support shared
libraries.