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:
beveloper
2002-10-26 22:12:48 +00:00
parent 02f348e2cb
commit 3b4190ab3f
+1 -4
View File
@@ -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) ;
}
}