[1536] in Kerberos-V5-bugs
Re: makedepend
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Jul 10 15:54:04 1995
Date: Mon, 10 Jul 1995 15:53:31 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: John Gardiner Myers <jgm+@CMU.EDU>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: John Gardiner Myers's message of Mon, 10 Jul 1995 14:55:29 -0400 (EDT),
<kk0LSVS00WBw14dmp5@andrew.cmu.edu>
Date: Mon, 10 Jul 1995 14:55:29 -0400 (EDT)
From: John Gardiner Myers <jgm+@CMU.EDU>
src/util/makedepend was missing a Makefile and was including the
nonexistent file imakemdep.h. The following patch is a bit of a
kludge to get things into a usable state:
Note that makedepend is not used in the krb5 build process at all. In
fact, it's likely to be deleted completely from the source tree, along
with unifdef.....
The basic idea behind dependencies is that once we get a couple of final
issues with include files taken care off, MIT will embed
system-independent dependency lines into the Makefiles. Users will
normally never need to run "make depend". The method that we use for
calculating the depency lines will be in the source, but they don't need
to work everywhere, and will in fact be dependent on "gcc -M".
- Ted