diff --git a/Jamrules b/Jamrules index b8416a2efb..25dc2569be 100644 --- a/Jamrules +++ b/Jamrules @@ -392,7 +392,6 @@ rule StdBinCommands for source in $(1) { local target = $(source:S=) ; - target = [ FGristFiles $(target) ] ; BinCommand $(target) : $(source) : $(libs) : $(ress) ; }