]> arthur.barton.de Git - netatalk.git/commitdiff
Add note about GNU make being required, and fix the make calls.
authorjmarcus <jmarcus>
Sun, 4 Nov 2001 16:30:52 +0000 (16:30 +0000)
committerjmarcus <jmarcus>
Sun, 4 Nov 2001 16:30:52 +0000 (16:30 +0000)
doc/INSTALL

index 0119aa0ecaa424e58dc1a52a02e4ddb91fc4c1db..aca7992a9e6a912003c09e1cec83d23b2ddbe97c 100644 (file)
@@ -174,11 +174,12 @@ a complete list.
 
 ----------------------------------------------------------------
 
-3. ./make
+3. make
 
-Compile all of the programs
+Compile all of the programs.  
+Note: GNU make is required to build netatalk.
 
 ----------------------------------------------------------------
 
-4. ./make install
+4. make install
 Install the programs in the places specified by the ./configure process.