From owner-cvs-all Fri May 1 07:39:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22847 for cvs-all-outgoing; Fri, 1 May 1998 07:39:41 -0700 (PDT) (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 HAA22842; Fri, 1 May 1998 07:39:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA14530; Fri, 1 May 1998 07:37:37 -0700 (PDT) Date: Fri, 1 May 1998 07:37:37 -0700 (PDT) Message-Id: <199805011437.HAA14530@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gdb Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/05/01 07:37:37 PDT Modified files: gnu/usr.bin/gdb Makefile.inc Log: Removed self-inclusion-prevention ifdef. It is unnecessary now that bsd.man.mk doesn't include ${.CURDIR}/../Makefile.inc. Removed GDBDIR-redefinition-prevention ifdef. It hasn't done anothing for a long time, if ever. The directory is defined to the same value in each subdir and had the same value because all subdirs are at the same level. Keep defining it in the subdirs since that is more flexible and no more verbose. Prepare to inherit BINDIR by including ../Makefile.inc. Revision Changes Path 1.4 +5 -12 src/gnu/usr.bin/gdb/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message