lua5.3: fix build with MacOS's make
It apparently requires passing V variable explicitly.
Fixes: 6b161bb8d5 ("lua5.3: package Lua 5.3 version")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
@@ -34,6 +34,15 @@ diff --git a/Makefile b/Makefile
|
||||
|
||||
# Lua version and release.
|
||||
V= 5.3
|
||||
@@ -52,7 +52,7 @@ R= $V.4
|
||||
all: $(PLAT)
|
||||
|
||||
$(PLATS) clean:
|
||||
- cd src && $(MAKE) $@
|
||||
+ cd src && $(MAKE) $@ V=$V
|
||||
|
||||
test: dummy
|
||||
src/lua -v
|
||||
diff --git a/doc/lua.1 b/doc/lua5.3.1
|
||||
rename from doc/lua.1
|
||||
rename to doc/lua5.3.1
|
||||
|
||||
Reference in New Issue
Block a user