From e3ae4eb05956eb65fe05a4670ca4955da03eaa36 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 6 Jul 2004 13:33:45 +0000 Subject: [PATCH] Fix typo [SVN r23370] --- v2/tools/intel-linux.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/intel-linux.jam b/v2/tools/intel-linux.jam index 27dd25b64..9063fabee 100644 --- a/v2/tools/intel-linux.jam +++ b/v2/tools/intel-linux.jam @@ -30,7 +30,7 @@ rule init ( version ? : command * : compile_options * : link_options * ) local condition = [ common.check-init-parameters intel-linux : version $(version) ] ; - name = [ common.get-invocation-command intel-linux : icc + command = [ common.get-invocation-command intel-linux : icc : $(command) : /opt/intel_cc_80/bin ] ; flags intel-linux CONFIG_COMMAND $(condition) : $(command) ;