6.38. Installing Make

6.38.1. Installation of Make

Install Make by running the following commands:


./configure --prefix=/usr &&
make &&
make install

6.38.2. Contents

The Make package contains the make program.

6.38.3. Description

make determines automatically which pieces of a large program need to be recompiled, and issues the commands to recompile them.