follow-up for Lua mirror target

Use a variable
This commit is contained in:
nhmall
2023-12-09 12:11:27 -05:00
parent 70c21cda51
commit 8b821d0e00

View File

@@ -311,9 +311,10 @@ dofiles-nodlb:
# This is not part of the dependency build hierarchy.
# It requires an explicit "make fetch-Lua".
LUA_URL=www.lua.org/ftp
LUA_URL :=www.lua.org/ftp
LUA_URL_MIRROR :=www.tecgraf.puc-rio.br/lua/mirror/ftp
fetch-lua-mirror: LUA_URL :=www.tecgraf.puc-rio.br/lua/mirror/ftp
fetch-lua-mirror: LUA_URL :=$(LUA_URL_MIRROR)
fetch-lua-mirror: fetch-Lua
@true