summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-1.6.rst')
-rw-r--r--documentation/migration-guides/migration-1.6.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst
index f54d4ba729..d3de264650 100644
--- a/documentation/migration-guides/migration-1.6.rst
+++ b/documentation/migration-guides/migration-1.6.rst
@@ -233,9 +233,9 @@ Separate build and source directories have been enabled by default for
233selected recipes where it is known to work and for all 233selected recipes where it is known to work and for all
234recipes that inherit the :ref:`cmake <ref-classes-cmake>` class. In 234recipes that inherit the :ref:`cmake <ref-classes-cmake>` class. In
235future releases the :ref:`autotools <ref-classes-autotools>` class 235future releases the :ref:`autotools <ref-classes-autotools>` class
236will enable a separate build directory by default as well. Recipes 236will enable a separate :term:`Build Directory` by default as well. Recipes
237building Autotools-based software that fails to build with a separate 237building Autotools-based software that fails to build with a separate
238build directory should be changed to inherit from the 238:term:`Build Directory` should be changed to inherit from the
239:ref:`autotools-brokensep <ref-classes-autotools>` class instead of 239:ref:`autotools-brokensep <ref-classes-autotools>` class instead of
240the ``autotools`` or ``autotools_stage``\ classes. 240the ``autotools`` or ``autotools_stage``\ classes.
241 241