From a70acadfbe898bc52d51e87983499f330aacb538 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 15 Jul 2011 15:35:02 +0000 Subject: Fix usage of archivers/pax as tool when NBPAX_PROGRAM_PREFIX is set. --- mk/tools/replace.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/tools/replace.mk') diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 167796d47a7..bdbe4518299 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.231 2011/04/08 23:06:51 tez Exp $ +# $NetBSD: replace.mk,v 1.232 2011/07/15 15:35:02 hans Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -664,7 +664,7 @@ MAKEFLAGS+= TOOLS_IGNORE.pax= TOOLS_DEPENDS.pax?= pax>=20040802:../../archivers/pax TOOLS_CREATE+= pax TOOLS_FIND_PREFIX+= TOOLS_PREFIX.pax=pax -TOOLS_PATH.pax= ${TOOLS_PREFIX.pax}/bin/pax +TOOLS_PATH.pax= ${TOOLS_PREFIX.pax}/bin/${NBPAX_PROGRAM_PREFIX}pax . endif .endif -- cgit v1.2.3