]> Sergey Matveev's repositories - public-inbox.git/blobdiff - INSTALL
build: support doc generation w/o GNU make
[public-inbox.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4d54e6a0d84ba767c4aef691a00a3bda7437c54d..a6ca77723d5d7eac12077af4e9987889fbf70c39 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -185,7 +185,7 @@ Once the dependencies are installed, you should be able to build and
 install the system (into /usr/local) with:
 
         perl Makefile.PL
-        make # GNU make is preferred, `gmake' on BSD systems
+        make
         make test
         make install # root permissions may be needed