From de511c601abc591ea646a9ab30102cc3087641ca Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 16 Jun 2005 07:51:56 +0000 Subject: [PATCH] Make install target explicit. Otherwise top-level Jamfile will try to install both results of 'boost_program_options' and of the install target, resulting in duplicate target error. [SVN r29604] --- build/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 7c4ca5b..df9513c 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -24,3 +24,5 @@ install dist-lib LIB ../../../dist/lib ; + +explicit dist-lib ; \ No newline at end of file