From owner-freebsd-bugs Thu Sep 19 10:41:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12929 for bugs-outgoing; Thu, 19 Sep 1996 10:41:44 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12880; Thu, 19 Sep 1996 10:41:37 -0700 (PDT) Date: Thu, 19 Sep 1996 10:41:37 -0700 (PDT) From: Peter Wemm Message-Id: <199609191741.KAA12880@freefall.freebsd.org> To: thorpej@nas.nasa.gov, peter, freebsd-bugs Subject: Re: bin/1642 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: pkg_install Makefiles could be simplified State-Changed-From-To: open-analyzed State-Changed-By: peter State-Changed-When: Thu Sep 19 10:36:12 PDT 1996 State-Changed-Why: I don't think we can use these in this form, this would break our build since ${.OBJDIR} means something quite different on our system, it's normally a full path to the target obj directory, there is no ./obj symlink or directory by default.