Date: Mon, 17 Aug 1998 13:39:09 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch Makefile Message-ID: <199808172039.NAA29216@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/17 13:39:09 PDT Modified files: lib/libfetch Makefile Log: 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$. Revision Changes Path 1.5 +11 -4 src/lib/libfetch/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808172039.NAA29216>