diff options
author | martti <martti@pkgsrc.org> | 2006-12-15 12:46:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-15 12:46:23 +0000 |
commit | 2cc4216d5ef78d515d76bf66b7f8a7bfde835f05 (patch) | |
tree | 2c399d6a95c0986990ab6070ded1717566864e9e /mk/compiler/icc.mk | |
parent | c69300e480e372f0a816a0dd1982d591c423daf0 (diff) | |
download | pkgsrc-2cc4216d5ef78d515d76bf66b7f8a7bfde835f05.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'mk/compiler/icc.mk')
-rw-r--r-- | mk/compiler/icc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/icc.mk b/mk/compiler/icc.mk index 76dc357b39d..37ea4a0991c 100644 --- a/mk/compiler/icc.mk +++ b/mk/compiler/icc.mk @@ -1,4 +1,4 @@ -# $NetBSD: icc.mk,v 1.3 2006/10/22 00:14:17 rillig Exp $ +# $NetBSD: icc.mk,v 1.4 2006/12/15 12:46:24 martti Exp $ # # This is the compiler definition for the Intel compilers. # @@ -78,7 +78,7 @@ CONFIGURE_ENV+= ac_cv___attribute__=yes # Create compiler driver scripts in ${WRKDIR}. .for _var_ in ${_ICC_VARS} . if !target(${_ICC_${_var_}}) -override-tools: ${_ICC_${_var_}} +override-tools: ${_ICC_${_var_}} ${_ICC_${_var_}}: ${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H} ${_PKG_SILENT}${_PKG_DEBUG} \ |