Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 1999 21:11:27 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile
Message-ID:  <199904110411.VAA84516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/04/10 21:11:27 PDT

  Modified files:
    gnu/usr.bin/cc/cc_tools Makefile 
  Log:
  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).
  
  Revision  Changes    Path
  1.26      +4 -2      src/gnu/usr.bin/cc/cc_tools/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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