From 3b4190ab3f887217e115109c2c70a26ef2a90fda Mon Sep 17 00:00:00 2001 From: beveloper Date: Sat, 26 Oct 2002 22:12:48 +0000 Subject: [PATCH] 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 --- Jamrules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jamrules b/Jamrules index 79bb4f38d1..29eaa2f293 100644 --- a/Jamrules +++ b/Jamrules @@ -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) ; } }