summaryrefslogtreecommitdiff
path: root/mk/compiler/icc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/compiler/icc.mk')
-rw-r--r--mk/compiler/icc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/icc.mk b/mk/compiler/icc.mk
index befa686fe8a..4f8ff385065 100644
--- a/mk/compiler/icc.mk
+++ b/mk/compiler/icc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: icc.mk,v 1.6 2009/05/30 18:16:26 joerg Exp $
+# $NetBSD: icc.mk,v 1.7 2009/06/02 22:32:49 joerg Exp $
#
# This is the compiler definition for the Intel compilers.
#
@@ -94,7 +94,7 @@ ${_ICC_${_var_}}:
. for _alias_ in ${_ALIASES.${_var_}:S/^/${.TARGET:H}\//}
${RUN} \
if [ ! -x "${_alias_}" ]; then \
- ${LN} -f ${.TARGET} ${_alias_}; \
+ ${LN} -f -s ${.TARGET} ${_alias_}; \
fi
. endfor
. endif