From c3f13647f6151ad96c663029b35e140b0b35641e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 13 Aug 2004 16:20:16 +0000 Subject: [PATCH] Removes grist from StdBinCommands targets. You're now easily able to build specific commands only. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8555 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 1 - 1 file changed, 1 deletion(-) 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) ; }