diff options
Diffstat (limited to 'mk/compiler/xlc.mk')
-rw-r--r-- | mk/compiler/xlc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/xlc.mk b/mk/compiler/xlc.mk index 4cae9ac59b7..db454ba10b4 100644 --- a/mk/compiler/xlc.mk +++ b/mk/compiler/xlc.mk @@ -1,4 +1,4 @@ -# $NetBSD: xlc.mk,v 1.13 2006/10/22 00:14:17 rillig Exp $ +# $NetBSD: xlc.mk,v 1.14 2006/12/15 12:46:24 martti Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -102,7 +102,7 @@ PREPEND_PATH+= ${_XLC_DIR}/bin # Create compiler driver scripts in ${WRKDIR}. .for _var_ in ${_XLC_VARS} . if !target(${_XLC_${_var_}}) -override-tools: ${_XLC_${_var_}} +override-tools: ${_XLC_${_var_}} ${_XLC_${_var_}}: ${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H} ${_PKG_SILENT}${_PKG_DEBUG} \ |