[445] in Athena Bugs
/usr/athena/makedepend (vax only, no RT version)
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Wed Jun 15 17:34:22 1988
Date: Wed, 15 Jun 88 17:32:20 EDT
From: Mark W. Eichin <eichin@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
makedepend -I. misbehaves:
A file containing
#include <X11/Xlib.h>
which itself contains
#include <X11/X.h>
And the existence of
% ls -l /usr/include/X11/X11
lrwxrwxrwx 1 root wheel 16 Jun 11 22:15 /usr/include/X11/X11@
-> /usr/include/X11
causes makedepend -I. to create a dependency for
/usr/include/X11/X11/X.h (evidently, it is interpreting the path as
relative to every stage, instead of as relative to the makedepend
invocation directory as cpp does - given that cpp is what makedepend
is emulating.)
_Mark_