]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed unusable dependencies in `.depend'. The following comment in the
authorbde <bde@FreeBSD.org>
Sun, 11 Apr 1999 04:11:27 +0000 (04:11 +0000)
committerbde <bde@FreeBSD.org>
Sun, 11 Apr 1999 04:11:27 +0000 (04:11 +0000)
commitb4d0b18a2385715048cb63cd7af2435be4d54aba
tree8e0ac768b77a59d18df83450535d62200fbd7052
parent928133047bb08e7eb6c8498a71b136a88ddcf799
Fixed unusable dependencies in `.depend'.  The following comment in the
code still applies, but the code attached to it had rotted:

# ../Makefile.inc will put an absolute path to our objdir in CFLAGS.
# Prevent mkdep from using it, so that we don't have to give rules for
# aliases of generated headers.

Many other makefiles seem to have the same bug (i.e., spelling "." as
"${.OBJDIR}" or as an even more complicated alias in -I directives).
gnu/usr.bin/cc/cc_tools/Makefile