@@ -388,7 +388,7 @@ $ exit
388388<para>
389389There are two places in this installation procedure where you will have an opportunity
390390to specify installation locations for programs, libraries, documentation, and other files.
391- Usually it is sufficient to specify these at the <command>make install</command> stage
391+ Usually it is sufficient to specify these at the <command>gmake install</command> stage
392392of installation.
393393</para>
394394</note>
@@ -551,6 +551,8 @@ $ tail -f make.log
551551<programlisting>
552552All of PostgreSQL is successfully made. Ready to install.
553553</programlisting>
554+ Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on
555+ your system.
554556
555557 At this point, or earlier
556558 if you wish, type control-C to get out of tail. (If you have
@@ -572,7 +574,7 @@ the <application>flex</application> command
572574 Next,
573575 change directory back to this directory, type
574576<programlisting>
575- $make clean
577+ $gmake clean
576578</programlisting>
577579then recompile again.
578580</Para>
@@ -606,6 +608,8 @@ gmake[1]: Leaving directory `/usr/src/pgsql/src/man'
606608</programlisting>
607609At this point, or earlier if you wish,
608610 type control-C to get out of tail.
611+ Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on
612+ your system.
609613</Para>
610614</Step>
611615