From a910f55f9d5f1e24bb250e590e9861f53d7556e4 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 8 Feb 2004 04:03:14 +0000 Subject: We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, etc. because the bare variables will point to the correct executables. --- games/bridge-hands/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/bridge-hands/Makefile b/games/bridge-hands/Makefile index 05316b24995..cff66f3bb8b 100644 --- a/games/bridge-hands/Makefile +++ b/games/bridge-hands/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:39 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/08 04:03:15 jlam Exp $ DISTNAME= hands-2.0.bsd386 PKGNAME= bridge-hands-2.0 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/hands/source USE_BUILDLINK2= # defined do-build: - cd ${WRKSRC}; ${BUILDLINK_CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \ + cd ${WRKSRC}; ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \ -o hands hands.c ${LIBS} do-install: -- cgit v1.2.3