From be2d15e71df2042c2dbbb341829f6d381a109331 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 15 May 2003 20:58:57 +0000 Subject: [PATCH] changes as per Toon Knapen [SVN r18406] --- tru64cxx-tools.jam | 4 ++-- v1/tru64cxx-tools.jam | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tru64cxx-tools.jam b/tru64cxx-tools.jam index 94e276830..e370d7e16 100644 --- a/tru64cxx-tools.jam +++ b/tru64cxx-tools.jam @@ -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) $(<) $(>) } diff --git a/v1/tru64cxx-tools.jam b/v1/tru64cxx-tools.jam index 94e276830..e370d7e16 100644 --- a/v1/tru64cxx-tools.jam +++ b/v1/tru64cxx-tools.jam @@ -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) $(<) $(>) }