Searched hist:18518 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/conf/
H A DMakefile.powerpcdiff 18518 Fri Sep 27 14:34:16 MDT 1996 bde Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"
for headers in the compile directory work unsurprisingly. Without
-I-, the search for "foo.h" begins in the directory of the file
that includes it, and the compile directory is only searched because
`-I.' is in ${INCLUDES}.

Removed -I$S/sys from ${INCLUDES}. It was once necessary to find
things like "param.h" in $S/sys. Now <sys/param.h> is found in $S.

Completed in 152 milliseconds