2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Fix AR for when we find more than one in the path.

Fix the AR flags so that they don't duplicate/multiply the flag argument.


[SVN r19888]
This commit is contained in:
Rene Rivera
2003-08-31 16:29:38 +00:00
parent 2299d3fd50
commit a732329dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -466,5 +466,5 @@ rule Archive-action
actions updated together piecemeal gcc-Archive-action
{
$(.AR) ru$(ARFLAGS) "$(<:T)" "$(>:T)"
$(.AR[1]) ru$(ARFLAGS:J=) "$(<:T)" "$(>:T)"
}

View File

@@ -466,5 +466,5 @@ rule Archive-action
actions updated together piecemeal gcc-Archive-action
{
$(.AR) ru$(ARFLAGS) "$(<:T)" "$(>:T)"
$(.AR[1]) ru$(ARFLAGS:J=) "$(<:T)" "$(>:T)"
}