From 0d114ea9a6bf06eaef22104b05d459e7ea4a3cae Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 18 Jul 2003 20:10:10 +0000 Subject: [PATCH] fix typo [SVN r19196] --- como-tools.jam | 2 +- v1/como-tools.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/como-tools.jam b/como-tools.jam index 8077866b7..f2bb6008e 100644 --- a/como-tools.jam +++ b/como-tools.jam @@ -54,7 +54,7 @@ rule Link-action # for como, we repeat all libraries so that dependencies are always resolved actions como-Link-action bind NEEDLIBS { - $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS) -l"$(FINDLIBS)" + $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l"$(FINDLIBS)" } diff --git a/v1/como-tools.jam b/v1/como-tools.jam index 8077866b7..f2bb6008e 100644 --- a/v1/como-tools.jam +++ b/v1/como-tools.jam @@ -54,7 +54,7 @@ rule Link-action # for como, we repeat all libraries so that dependencies are always resolved actions como-Link-action bind NEEDLIBS { - $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS) -l"$(FINDLIBS)" + $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l"$(FINDLIBS)" }