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

changes as per Toon Knapen

[SVN r18406]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-05-15 20:58:57 +00:00
parent 3c7f65f943
commit be2d15e71d
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ actions tru64cxx-Link-shared bind NEEDLIBS
rule Cc-action
{
cxx-Cc-action $(<) : $(>) ;
tru64cxx-Cc-action $(<) : $(>) ;
}
actions tru64cxx-Cc-action
@@ -101,7 +101,7 @@ rule Archive-action
actions updated together piecemeal tru64cxx-Archive-action
{
rm -f $(<)
ar r$(ARFLAGS) $(<) $(>) cxx_repository/*
ar r$(ARFLAGS) $(<) $(>)
}

View File

@@ -72,7 +72,7 @@ actions tru64cxx-Link-shared bind NEEDLIBS
rule Cc-action
{
cxx-Cc-action $(<) : $(>) ;
tru64cxx-Cc-action $(<) : $(>) ;
}
actions tru64cxx-Cc-action
@@ -101,7 +101,7 @@ rule Archive-action
actions updated together piecemeal tru64cxx-Archive-action
{
rm -f $(<)
ar r$(ARFLAGS) $(<) $(>) cxx_repository/*
ar r$(ARFLAGS) $(<) $(>)
}