aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-03-22 22:18:26 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-03-22 22:18:26 -0700
commit577107c51e366ba58b15a502a04cc621e6dcf3cc (patch)
tree7ad4e2a0e9bc0a1f4bcbba781159b0f1abc2ce5b
parent0933feaf8f838d04bfac88e182b9f8d16504c950 (diff)
downloadluaossl-577107c51e366ba58b15a502a04cc621e6dcf3cc.tar.gz
luaossl-577107c51e366ba58b15a502a04cc621e6dcf3cc.tar.bz2
luaossl-577107c51e366ba58b15a502a04cc621e6dcf3cc.zip
fixup help target
-rw-r--r--src/GNUmakefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index f329539..295eb89 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -206,13 +206,13 @@ $(d)/help:
@echo ""
@echo "Some important Make variables:"
@echo ""
- @echo " prefix - path to install root"
- @echo ' lua51path - install path for Lua 5.1 modules ($$(lua51path))'
- @echo 'lua51cpath - install path for Lua 5.1 C modules ($$(lua51cpath))'
- @echo ' lua52path - install path for Lua 5.2 modules ($$(lua52path))'
- @echo 'lua52cpath - install path for Lua 5.2 C modules ($$(lua52cpath))'
- @echo ' lua53path - install path for Lua 5.3 modules ($$(lua53path))'
- @echo 'lua53cpath - install path for Lua 5.3 C modules ($$(lua53cpath))'
+ @echo " prefix - path to install root ($(value prefix))"
+ @echo ' lua51path - install path for Lua 5.1 modules ($(value lua51path))'
+ @echo 'lua51cpath - install path for Lua 5.1 C modules ($(value lua51cpath))'
+ @echo ' lua52path - install path for Lua 5.2 modules ($(value lua52path))'
+ @echo 'lua52cpath - install path for Lua 5.2 C modules ($(value lua52cpath))'
+ @echo ' lua53path - install path for Lua 5.3 modules ($(value lua53path))'
+ @echo 'lua53cpath - install path for Lua 5.3 C modules ($(value lua53cpath))'
@echo ""
@echo "(NOTE: all the common GNU-style paths are supported, including"
@echo "prefix, bindir, libdir, datadir, includedir, and DESTDIR.)"