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:
@@ -392,7 +392,6 @@ rule StdBinCommands
|
|||||||
for source in $(1)
|
for source in $(1)
|
||||||
{
|
{
|
||||||
local target = $(source:S=) ;
|
local target = $(source:S=) ;
|
||||||
target = [ FGristFiles $(target) ] ;
|
|
||||||
|
|
||||||
BinCommand $(target) : $(source) : $(libs) : $(ress) ;
|
BinCommand $(target) : $(source) : $(libs) : $(ress) ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user