From f09835ebee60cbee094846215df6ff77bee76e10 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 2 Jan 2004 16:30:11 +0000 Subject: [PATCH] Fix missing <*> parts from stage options. [SVN r21446] --- build/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index ad82861..9a052c2 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -38,12 +38,12 @@ install filesystem lib stage stage/lib : boost_filesystem boost_filesystem : # copy to a path rooted at BOOST_ROOT: - $(BOOST_ROOT) + $(BOOST_ROOT) # make sure the names of the libraries are correctly named: [ common-names ] # add this target to the "stage" and "all" psuedo-targets: - stage - all + stage + all : debug release ;