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
This commit is contained in:
Axel Dörfler
2004-08-13 16:20:16 +00:00
parent 3bf35a18e8
commit c3f13647f6
-1
View File
@@ -392,7 +392,6 @@ rule StdBinCommands
for source in $(1)
{
local target = $(source:S=) ;
target = [ FGristFiles $(target) ] ;
BinCommand $(target) : $(source) : $(libs) : $(ress) ;
}