From owner-cvs-all Tue Feb 20 22:12:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15AE137B401; Tue, 20 Feb 2001 22:12:40 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1L6Ce780979; Tue, 20 Feb 2001 22:12:40 -0800 (PST) (envelope-from bde) Message-Id: <200102210612.f1L6Ce780979@freefall.freebsd.org> From: Bruce Evans Date: Tue, 20 Feb 2001 22:12:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/fortune Makefile src/games/fortune/strfile Makefile src/games/fortune/unstr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/02/20 22:12:39 PST Modified files: games/fortune/fortune Makefile games/fortune/strfile Makefile games/fortune/unstr Makefile Log: Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so was a bogus no-op in the usual case where fortune/ is a subdir of games/ (since does an equivalent include automatically if possible), but breaks building fortune when fortune/ is outside of the games/ tree (since the include was unconditional here). This fix depends on a previous fix for non-recursiveness of ../Makefile.inc (it didn't exist). PR: 25232 Revision Changes Path 1.4 +1 -1 src/games/fortune/fortune/Makefile 1.3 +1 -1 src/games/fortune/strfile/Makefile 1.3 +1 -1 src/games/fortune/unstr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message