From acdf6df22c6594aa5d3d87badd1ace36922b125c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 11 Aug 2005 12:33:16 +0000 Subject: [PATCH] rc was moved to objects git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13930 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/jam/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tools/jam/Jamfile b/src/tools/jam/Jamfile index a65dab29bf..1c33c162ea 100644 --- a/src/tools/jam/Jamfile +++ b/src/tools/jam/Jamfile @@ -156,11 +156,11 @@ if $(OS) = BEOS { # path where it should be located. Not nice, but good enough for the moment. actions CompileResources { - if [ -f ../../../distro/x86.R1/beos/bin/rc ]; then - ../../../distro/x86.R1/beos/bin/rc -o "$(1)" "$(2)" + if [ -f ../../../objects/x86.R1/tools/rc/rc ]; then + ../../../objects/x86.R1/tools/rc/rc -o "$(1)" "$(2)" else echo "Error: Couldn't find rc, the resources compiler. It should " - echo "Error: be located in distro/x86.R1/beos/bin and can be made" + echo "Error: be located in objects/x86.R1/tools/rc/ and can be made" echo "Error: by invoking \`jam rc'. You can also build the" echo "Error: StatCacheServer without resources by running" echo "Error: NO_STAT_CACHE_SERVER_RESOURCES=1 jam"