Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 1996 09:34:38 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/conf Makefile.i386
Message-ID:  <199609271634.JAA01203@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/09/27 09:34:34

  Modified:    sys/i386/conf  Makefile.i386
  Log:
  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.
  
  Revision  Changes    Path
  1.88      +2 -3      src/sys/i386/conf/Makefile.i386



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609271634.JAA01203>