diff options
author | jlam <jlam> | 2006-01-28 00:32:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-01-28 00:32:31 +0000 |
commit | 2cb77fb1f02de7151f0d09c1b8a3212b47d33160 (patch) | |
tree | 006e45a860c71dceb85bc313a784c8e9da5711e2 /mk/tools | |
parent | 01d197492df42935780176b2b5071b4d5688393f (diff) | |
download | pkgsrc-2cb77fb1f02de7151f0d09c1b8a3212b47d33160.tar.gz |
Actually heed the value of IMAKE if it is set by the user.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/replace.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index ea15bc0dfca..94e49fa9553 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.155 2006/01/12 19:26:02 jlam Exp $ +# $NetBSD: replace.mk,v 1.156 2006/01/28 00:32:31 jlam Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -954,7 +954,7 @@ TOOLS_PATH.${_t_}= ${X11BASE}/bin/${_t_} # If IMAKE is defined, then use that as the path to the imake binary. # .if !defined(TOOLS_IGNORE.imake) && !empty(_USE_TOOLS:Mimake) && defined(IMAKE) -TOOLS_PATH.xmkmf= ${IMAKE} +TOOLS_PATH.imake= ${IMAKE} .endif # # If we're using xpkgwedge, then we need to invoke the special xmkmf |