Fix repeated builds of targets. (#903)

Accidentally added a dependency on the generated boost header tree for all targets. The boost headers generation only works if it's an implicit-dependency. As otherwise dependents think they are never up to date.
This commit is contained in:
René Ferdinand Rivera Morell
2024-05-11 20:53:50 -05:00
committed by Peter Dimov
parent 1932ecfe85
commit 09f8d09b53

View File

@@ -454,7 +454,7 @@ for local lib in $(all-libraries-to-declare)
{
project $(BOOST_LIB_PROJECT)
: requirements
<dependency>/boost//headers
<implicit-dependency>/boost//headers
;
alias $(BOOST_LIB_TARGET) ;
}