From c033041c9ffbcf0f98512032ace06fc89e279322 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 18 May 2007 17:27:17 +0000 Subject: [PATCH] Using a temporary file doesn't seem to work very well in this case. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21169 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BeOSRules | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/jam/BeOSRules b/build/jam/BeOSRules index 470e78dd03..61e6b5c331 100644 --- a/build/jam/BeOSRules +++ b/build/jam/BeOSRules @@ -30,8 +30,6 @@ rule AddFileDataAttribute target : attrName : attrType : dataFile Depends $(target) : addattr $(attrMetaFile) $(dataFile) ; AddFileDataAttribute1 $(target) : addattr $(attrMetaFile) $(dataFile) ; - - RmTemps $(target) : $(attrMetaFile) ; } actions CreateAttributeMetaFile