diff --git a/src/tools/intel-linux.jam b/src/tools/intel-linux.jam index 24ec55800..d9164add8 100644 --- a/src/tools/intel-linux.jam +++ b/src/tools/intel-linux.jam @@ -224,7 +224,7 @@ rule link ( targets * : sources * : properties * ) gcc.setup-threading $(targets) : $(sources) : $(properties) ; gcc.setup-address-model $(targets) : $(sources) : $(properties) ; SPACE on $(targets) = " " ; - JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; + JAM_SEMAPHORE on $(targets) = intel-linux-link-semaphore ; } actions link bind LIBRARIES @@ -237,7 +237,7 @@ rule link.dll ( targets * : sources * : properties * ) gcc.setup-threading $(targets) : $(sources) : $(properties) ; gcc.setup-address-model $(targets) : $(sources) : $(properties) ; SPACE on $(targets) = " " ; - JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; + JAM_SEMAPHORE on $(targets) = intel-linux-link-semaphore ; } # Differ from 'link' above only by -shared.