about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-09-01 08:16:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-09-01 08:16:38 +0100
commit6971015f63d788e5f6971a7e339e7062b3d862f8 (patch)
tree90a00c70e720f0577a70421383199e134e6056d0
parent425ddf01a34695129bc60332ce139ce12c413f80 (diff)
downloadperl-libnet-6971015f63d788e5f6971a7e339e7062b3d862f8.tar.gz
Generalize INSTALL instructions regarding "make"
(Perl can be built on Windows with "gmake" as well as "dmake" these days,
and doubtless other make programs exist on other systems.)
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8608d8c..a7a6232 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,8 +35,8 @@ INSTALLATION
 
     before running Makefile.PL.
 
-    On Windows, you will need to use "nmake" or "dmake" rather than "make" in
-    the commands above, depending on what your perl was built with.  To
-    determine which make program was used to build your perl type the following:
+    Use the appropriate program name instead of "make" in the above commands if
+    your perl was built with a different make program.  To determine which make
+    program was used to build your perl type the following:
 
         perl -V:make