From owner-cvs-all Mon Jan 18 16:23:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09662 for cvs-all-outgoing; Mon, 18 Jan 1999 16:23:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09656; Mon, 18 Jan 1999 16:23:26 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA09335; Mon, 18 Jan 1999 16:23:27 -0800 (PST) Date: Mon, 18 Jan 1999 16:23:27 -0800 (PST) Message-Id: <199901190023.QAA09335@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/global Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/18 16:23:26 PST Modified files: usr.bin/global Makefile.inc Log: Fixed breakage of `make checkdpadd' in previous commit. Didn't fix related bogotification from moving the definitions of DPADD and LDADD to here. Setting these variables in a top-level directory gives bogus dependencies in library subdirectories. E.g., there is a dependency on `foo.so..' where the double dots separate null shared library version numbers. Set BINDIR properly by inheriting it from ../Makefile.inc. Revision Changes Path 1.6 +4 -4 src/usr.bin/global/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message