Help: note that Ninja also uses OBJECT_OUTPUTS

This commit is contained in:
Ben Boeckel
2019-02-20 11:35:47 -05:00
committed by Brad King
parent f259e8759c
commit 2dd0cb7aeb

View File

@@ -1,9 +1,9 @@
OBJECT_OUTPUTS
--------------
Additional outputs for a Makefile rule.
Additional outputs for a Ninja or Makefile rule.
Additional outputs created by compilation of this source file. If any
of these outputs is missing the object will be recompiled. This is
supported only on Makefile generators and will be ignored on other
generators.
supported only on the Ninja and Makefile generators and will be ignored on
other generators.