summaryrefslogtreecommitdiff
path: root/lang/nawk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-08 04:03:14 +0000
committerjlam <jlam>2004-02-08 04:03:14 +0000
commit6e0d099891afdad6f457e7214110932645f3044a (patch)
tree11342275f655e55025aec319c80c509cee054445 /lang/nawk/Makefile
parent12b7ca611ad8895d1211c95d227bc8c212238cce (diff)
downloadpkgsrc-6e0d099891afdad6f457e7214110932645f3044a.tar.gz
We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
Diffstat (limited to 'lang/nawk/Makefile')
-rw-r--r--lang/nawk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 0fcbaea1317..5b9ab68ee48 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/20 12:19:17 agc Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/08 04:03:15 jlam Exp $
#
DISTNAME= awk
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
MAKEFILE= makefile
-MAKE_FLAGS+= CC=${BUILDLINK_CC:Q} YACC=${YACC:Q} CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= CC=${CC:Q} YACC=${YACC:Q} CFLAGS=${CFLAGS:Q}
ALL_TARGET= a.out
INSTALLATION_DIRS= bin man/man1