about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-12-01 10:50:19 +0000
committerEric Wong <e@80x24.org>2019-12-11 08:11:36 +0000
commit73fe3421f1ecbdc83600d5acfc643c33dbb9a0f2 (patch)
tree0d302ab79723662ef05a6718570c43f28328702d /INSTALL
parent08f57606beaa3772aefd7ebde43e615781976678 (diff)
downloadpublic-inbox-73fe3421f1ecbdc83600d5acfc643c33dbb9a0f2.tar.gz
We can replace the GNU-isms for building docs with Perl5
equivalents.  The only downside is the resulting Makefile
gets larger, but that's the price of portability.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4d54e6a0..a6ca7772 100644
--- 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