The UnarchiveObjects rule now works with R5's "ar" as well.

Now uses jam's ":D" variable expansion instead of "dirname".


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8529 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-08-02 18:31:08 +00:00
parent 2e60e96e2c
commit 3c71865a51

View File

@ -1526,8 +1526,8 @@ rule UnarchiveObjects
actions UnarchiveObjects
{
cd `dirname $(1[1])`
ar -x "$(2)" $(1)
cd $(1[1]:D)
ar -x "$(2)" $(1:B).o
cd -
}