summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-04 06:44:45 +0000
committerjlam <jlam@pkgsrc.org>2005-05-04 06:44:45 +0000
commita0dd1a628e969fdf0d0a517b88d0140cd5ae7d2d (patch)
tree556e0964a60bb06ef0e97c0d0c901ea45512d399 /mk
parente4f0a0f56224a223895f0dcb59893805660b8285 (diff)
downloadpkgsrc-a0dd1a628e969fdf0d0a517b88d0140cd5ae7d2d.tar.gz
Back out previous change as it was accidentally committed with some other
changes.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/make.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/make.mk b/mk/tools/make.mk
index f7011029561..83f07152366 100644
--- a/mk/tools/make.mk
+++ b/mk/tools/make.mk
@@ -1,4 +1,4 @@
-# $NetBSD: make.mk,v 1.5 2005/05/04 06:42:43 jlam Exp $
+# $NetBSD: make.mk,v 1.6 2005/05/04 06:44:45 jlam Exp $
#
# This Makefile fragment creates a tool called "make" under ${TOOLS_DIR}
# that corresponds to the make program used to build the package.
@@ -20,6 +20,6 @@ MAKE_PROGRAM= ${MAKE}
.endif
TOOLS_SYMLINK+= make
-TOOLS_REAL_CMD.make?= ${MAKE_PROGRAM}
+TOOLS_REAL_CMD.make= ${MAKE_PROGRAM}
CONFIGURE_ENV+= MAKE=${MAKE_PROGRAM:T:Q}