summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilliam <william@25tandclement.com>2014-03-22 22:18:26 -0700
committerwilliam <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:
206 @echo "" 206 @echo ""
207 @echo "Some important Make variables:" 207 @echo "Some important Make variables:"
208 @echo "" 208 @echo ""
209 @echo " prefix - path to install root" 209 @echo " prefix - path to install root ($(value prefix))"
210 @echo ' lua51path - install path for Lua 5.1 modules ($$(lua51path))' 210 @echo ' lua51path - install path for Lua 5.1 modules ($(value lua51path))'
211 @echo 'lua51cpath - install path for Lua 5.1 C modules ($$(lua51cpath))' 211 @echo 'lua51cpath - install path for Lua 5.1 C modules ($(value lua51cpath))'
212 @echo ' lua52path - install path for Lua 5.2 modules ($$(lua52path))' 212 @echo ' lua52path - install path for Lua 5.2 modules ($(value lua52path))'
213 @echo 'lua52cpath - install path for Lua 5.2 C modules ($$(lua52cpath))' 213 @echo 'lua52cpath - install path for Lua 5.2 C modules ($(value lua52cpath))'
214 @echo ' lua53path - install path for Lua 5.3 modules ($$(lua53path))' 214 @echo ' lua53path - install path for Lua 5.3 modules ($(value lua53path))'
215 @echo 'lua53cpath - install path for Lua 5.3 C modules ($$(lua53cpath))' 215 @echo 'lua53cpath - install path for Lua 5.3 C modules ($(value lua53cpath))'
216 @echo "" 216 @echo ""
217 @echo "(NOTE: all the common GNU-style paths are supported, including" 217 @echo "(NOTE: all the common GNU-style paths are supported, including"
218 @echo "prefix, bindir, libdir, datadir, includedir, and DESTDIR.)" 218 @echo "prefix, bindir, libdir, datadir, includedir, and DESTDIR.)"