From 1ea80bb3ad86426c951fd1ff8415ac431f29240e Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 18 Jul 2005 02:33:27 +0000 Subject: Export a new variable TOOLS_CMDLINE_ that holds the full command line (path and arguments) needed to run the real tool. Modify TOOLS_ to hold only the path to the real tool. Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y". --- games/falcons-eye/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile index 3b32f949b85..05b84170c30 100644 --- a/games/falcons-eye/Makefile +++ b/games/falcons-eye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/06/01 18:02:50 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/07/18 02:33:27 jlam Exp $ # DISTNAME= nethack_source_331_jtp_193 @@ -19,7 +19,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV}-20050216-2 WRKSRC= ${WRKDIR} USE_TOOLS+= bison lex -MAKE_ENV+= YACC=${TOOLS_YACC:Q} +MAKE_ENV+= YACC=${TOOLS_CMDLINE_YACC:Q} LIBS.SunOS+= -lm -- cgit v1.2.3