diff --git a/src/tools/jam/Jamfile b/src/tools/jam/Jamfile index 67e861a456..8e5af83145 100644 --- a/src/tools/jam/Jamfile +++ b/src/tools/jam/Jamfile @@ -188,6 +188,7 @@ if $(OS) = BEOS { CompileResources StatCacheServer.rsrc : StatCacheServer.rdef ; AddResources StatCacheServer : StatCacheServer.rsrc ; } + if $(BINDIR) { InstallBin $(BINDIR) : StatCacheServer ; } } # ### LOCAL CHANGE