From 0abea0e33d08a7fc9cc2a0b91ea73222313aba96 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 10 Jun 2001 00:08:41 +0000 Subject: Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless. --- math/capc-calc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'math/capc-calc') diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index c4f65623afe..8f58e8be6da 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/05/24 08:53:57 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/10 00:08:46 jlam Exp $ # DISTNAME= calc-2.11.4t2 @@ -11,14 +11,10 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/ COMMENT= C arbitrary precision calculator -NO_CONFIGURE= # defined - .include "../../devel/readline/buildlink.mk" MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -I${BUILDLINK_INCDIR} LDFLAGS+= -L${BUILDLINK_LIBDIR} -pre-build: ${BUILDLINK_TARGETS} - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3