]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Made this actually work when there's an object directory:
authorbde <bde@FreeBSD.org>
Mon, 17 Aug 1998 20:39:09 +0000 (20:39 +0000)
committerbde <bde@FreeBSD.org>
Mon, 17 Aug 1998 20:39:09 +0000 (20:39 +0000)
commit7268de7a17d77876b4b7becd49792f0d154ae3cf
tree437fd87c58fed1221293746ba7a62e4775263810
parent66a3cf565d70fb275aa99a313d79527b9fcfa7a4
Made this actually work when there's an object directory:
- replaced bogus dependencies of distribution sources on generated
  sources by the same ones that bsd.lib.mk would generate if it knew
  all the sources.  We shoot ourself in the foot by not naming the
  generated (included) sources *.h, so we can just put the generated
  sources in SRCS.
- replaced -I${.CURDIR} by `-I.'.  Here `.' is an alias for ${.OBJDIR}.
  -I${.CURDIR} didn't do anything, since ${.CURDIR} is the default in
  all cases here (it would be necessary for ""-style includes made from
  sources in ${.OBJDIR}.

Don't use `+=' for setting CLEANFILES for the first time.

Added $Id$.
lib/libfetch/Makefile