blob: 2936990999e1aa5a52a95a771252a8f205970074 (
plain)
1
2
3
4
5
6
|
Include ``commoninstall`` as a prerequisite for ``bininstall``
This ensures that ``commoninstall`` is completed before ``bininstall``
is started when parallel builds are used (``make -j install``), and so
the ``python3`` symlink is only installed after all standard library
modules are installed.
|