diff --git a/build/jam/BeOSRules b/build/jam/BeOSRules index 814b17ea4a..5bffc2a1da 100644 --- a/build/jam/BeOSRules +++ b/build/jam/BeOSRules @@ -53,7 +53,7 @@ rule AddFileDataResource # the resource file local resources - = file-data-$(resourceID)-$(dataFile).rsrc ; + = file-data-$(resourceID).rsrc ; # add it to the resources of the given target AddResources $(target) : $(resources) ;