Date: Tue, 20 Feb 2001 22:12:39 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> 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 Message-ID: <200102210612.f1L6Ce780979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102210612.f1L6Ce780979>
