2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Use only 'quickbook' main target from tools/quickbook.

[SVN r29370]
This commit is contained in:
João Abecasis
2005-06-02 10:59:29 +00:00
parent ec4ad0c5b9
commit 7add236044

View File

@@ -179,9 +179,11 @@ class quickbook-binary-generator : generator
# The first element are actual targets, the second are
# properties found in target-id. We don't care about these since
# we've passed the id ourselves.
quickbook-main-target = $(quickbook-main-target[1]) ;
quickbook-main-target =
[ $(quickbook-main-target[1]).main-target quickbook ] ;
quickbook-binary-dependencies = [ $(quickbook-main-target).generate $(property-set) ] ;
quickbook-binary-dependencies =
[ $(quickbook-main-target).generate $(property-set) ] ;
# Ignore usage-requirements returned as first element.
quickbook-binary-dependencies = $(quickbook-binary-dependencies[2-]) ;