diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 13:34:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 13:34:46 +0000 |
commit | 008f0d2cd57cbf8093e3efccbb135a835a667e23 (patch) | |
tree | 99e2df0447d0f443186983f83ed13703230b8abf | |
parent | 61b8df55c701c914abf16b5198e2ce044e5c7bde (diff) | |
download | execline-008f0d2cd57cbf8093e3efccbb135a835a667e23.tar.xz |
Document the dep to make-3.81+. Yay!
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -5,7 +5,7 @@ Build Instructions ------------ - A POSIX-compliant C development environment - - GNU make version 4.0 or later + - GNU make version 3.81 or later - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index e28564c..d1d2564 100644 --- a/doc/index.html +++ b/doc/index.html @@ -49,8 +49,7 @@ shell's syntax, and has no security issues. <ul> <li> A POSIX-compliant system with a standard C development environment </li> - <li> GNU make, version 4.0 or later. Please be aware that execline will -not build with an earlier version. </li> + <li> GNU make, version 3.81 or later. </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version 2.3.7.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs |