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=) ;
|
local target = $(source:S=) ;
|
||||||
target = [ FGristFiles $(target) ] ;
|
target = [ FGristFiles $(target) ] ;
|
||||||
|
|
||||||
Main $(target) : $(source) ;
|
BinCommand $(target) : $(source) : $(libs) ;
|
||||||
MakeLocate $(target) : $(OBOS_BIN_DIR) ;
|
|
||||||
LinkSharedOSLibs $(target) : $(libs) ;
|
|
||||||
# BinCommand $(target) : $(source) : $(libs) ;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user