summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-22 04:19:26 +0000
committerjlam <jlam>2005-04-22 04:19:26 +0000
commitd1cad0ff9f4738dc79daec18d89ae84431ac208d (patch)
treeded96f673de40638c20aa4430dc5d234f911bcc5 /mk
parent249081e5329e25318f2defde20fcd556de1b8ace (diff)
downloadpkgsrc-d1cad0ff9f4738dc79daec18d89ae84431ac208d.tar.gz
MAKE_PROGRAM should already be a full path, so don't bother with the
check.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/make.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/tools/make.mk b/mk/tools/make.mk
index 1cd3a4a9792..f2413283910 100644
--- a/mk/tools/make.mk
+++ b/mk/tools/make.mk
@@ -1,4 +1,4 @@
-# $NetBSD: make.mk,v 1.1 2005/04/15 00:00:21 jlam Exp $
+# $NetBSD: make.mk,v 1.2 2005/04/22 04:19:26 jlam Exp $
# Always provide a symlink from ${TOOLS_DIR}/bin/make to the "make"
# used to build the package. This lets a bare "make" invoke the
@@ -6,6 +6,4 @@
#
TOOLS_SYMLINK+= make
TOOLS_CMD.make= ${TOOLS_DIR}/bin/make
-.if !empty(MAKE_PROGRAM:M/*)
TOOLS_REAL_CMD.make= ${MAKE_PROGRAM}
-.endif