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]
This commit is contained in:
Vladimir Prus
2005-06-16 07:51:56 +00:00
parent f88e0a9572
commit de511c601a

View File

@@ -24,3 +24,5 @@ install dist-lib
<install-type>LIB
<location>../../../dist/lib
;
explicit dist-lib ;