diff options
author | daurnimator <quae@daurnimator.com> | 2020-07-05 19:08:45 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2020-07-05 19:08:45 +1000 |
commit | d826b20c71398e2e77c1cfe4e90086d8a72f3414 (patch) | |
tree | 805a38e64d0b1a9a23affb38f1947e14b038b6a9 /src | |
parent | 4414b944be1e59b9b0a52477a0134039e6e4b9bf (diff) | |
download | luaossl-d826b20c71398e2e77c1cfe4e90086d8a72f3414.tar.gz luaossl-d826b20c71398e2e77c1cfe4e90086d8a72f3414.tar.bz2 luaossl-d826b20c71398e2e77c1cfe4e90086d8a72f3414.zip |
src/GNUmakefile: fix version in help text
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index 7e208ce..36fb3de 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -239,7 +239,7 @@ $(d)/help: @echo 'LUA51_CPPFLAGS - cpp flags for Lua 5.1 headers ($(LUA51_CPPFLAGS))' @echo 'LUA52_CPPFLAGS - cpp flags for Lua 5.2 headers ($(LUA52_CPPFLAGS))' @echo 'LUA53_CPPFLAGS - cpp flags for Lua 5.3 headers ($(LUA53_CPPFLAGS))' - @echo 'LUA54_CPPFLAGS - cpp flags for Lua 5.3 headers ($(LUA54_CPPFLAGS))' + @echo 'LUA54_CPPFLAGS - cpp flags for Lua 5.4 headers ($(LUA54_CPPFLAGS))' @echo "" @echo "(NOTE: all the common GNU-style paths are supported, including" @echo "prefix, bindir, libdir, datadir, includedir, and DESTDIR.)" |