summaryrefslogtreecommitdiff
path: root/mk/tools/automake.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-17 21:36:24 +0000
committerjlam <jlam@pkgsrc.org>2005-07-17 21:36:24 +0000
commit2c3c8540ca5ba30aeae2548fdebbe17aaa3e501b (patch)
tree5916ed764147aa6337649d8316572adc34a8e3f0 /mk/tools/automake.mk
parent4bd067fc453be5e4ef2f260c893156a9070eb40a (diff)
downloadpkgsrc-2c3c8540ca5ba30aeae2548fdebbe17aaa3e501b.tar.gz
Rename the following variables for brevity:
TOOLS_REAL_CMD.<tool> => TOOLS_PATH.<tool> TOOLS_REAL_ARGS.<tool> => TOOLS_ARGS.<tool> TOOLS_REAL_CMDLINE.<tool> => TOOLS_CMDLINE.<tool>
Diffstat (limited to 'mk/tools/automake.mk')
-rw-r--r--mk/tools/automake.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk
index e35256af448..3fdd6bad942 100644
--- a/mk/tools/automake.mk
+++ b/mk/tools/automake.mk
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.15 2005/07/15 20:14:04 jlam Exp $
+# $NetBSD: automake.mk,v 1.16 2005/07/17 21:36:24 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -123,10 +123,10 @@ ${_TOOLS_DEPMETHOD.automake}+= ${TOOLS_DEPENDS.automake}
EVAL_PREFIX+= _TOOLS_AM_PREFIX=automake
_TOOLS_AM_TYPE.aclocal= TOOLS_CREATE
-TOOLS_REAL_CMD.aclocal= ${_TOOLS_AM_PREFIX}/bin/aclocal
+TOOLS_PATH.aclocal= ${_TOOLS_AM_PREFIX}/bin/aclocal
_TOOLS_AM_TYPE.automake= TOOLS_CREATE
-TOOLS_REAL_CMD.automake= ${_TOOLS_AM_PREFIX}/bin/automake
+TOOLS_PATH.automake= ${_TOOLS_AM_PREFIX}/bin/automake
. endif
.endif
@@ -150,12 +150,12 @@ EVAL_PREFIX+= _TOOLS_AM_PREFIX=automake14
_TOOLS_AM_TYPE.aclocal-1.4= TOOLS_CREATE
_TOOLS_AM_TYPE.aclocal= # empty
-TOOLS_REAL_CMD.aclocal-1.4= ${_TOOLS_AM_PREFIX}/bin/aclocal-1.4
+TOOLS_PATH.aclocal-1.4= ${_TOOLS_AM_PREFIX}/bin/aclocal-1.4
TOOLS_ALIASES.aclocal-1.4= aclocal
_TOOLS_AM_TYPE.automake-1.4= TOOLS_CREATE
_TOOLS_AM_TYPE.automake= # empty
-TOOLS_REAL_CMD.automake-1.4= ${_TOOLS_AM_PREFIX}/bin/automake-1.4
+TOOLS_PATH.automake-1.4= ${_TOOLS_AM_PREFIX}/bin/automake-1.4
TOOLS_ALIASES.automake-1.4= automake
. endif
.endif