simplified, since SetupIncludes can now be called multiple times
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1707 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -224,10 +224,7 @@ rule StdBinCommands
|
||||
local target = $(source:S=) ;
|
||||
target = [ FGristFiles $(target) ] ;
|
||||
|
||||
Main $(target) : $(source) ;
|
||||
MakeLocate $(target) : $(OBOS_BIN_DIR) ;
|
||||
LinkSharedOSLibs $(target) : $(libs) ;
|
||||
# BinCommand $(target) : $(source) : $(libs) ;
|
||||
BinCommand $(target) : $(source) : $(libs) ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user