aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-08-05 15:38:37 +1000
committerHisham Muhammad <hisham@gobolinux.org>2018-08-10 22:49:47 -0300
commit0e07112d84f63ff4a4e303524b77a36fba619ad4 (patch)
tree63c39a91cd422f9bcdfcd88f68cec159c68ffed8 /GNUmakefile
parent59354e07c63c171d8f67d40e4c1daa94d552f248 (diff)
downloadluarocks-0e07112d84f63ff4a4e303524b77a36fba619ad4.tar.gz
luarocks-0e07112d84f63ff4a4e303524b77a36fba619ad4.tar.bz2
luarocks-0e07112d84f63ff4a4e303524b77a36fba619ad4.zip
Remove BINARY_ prefix from CC and NM
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index eb7d82fe..23ab0fee 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -120,12 +120,12 @@ binary: build-binary/luarocks.exe build-binary/luarocks-admin.exe
120build-binary/luarocks.exe: luarocks 120build-binary/luarocks.exe: luarocks
121 (unset $(LUA_ENV_VARS); \ 121 (unset $(LUA_ENV_VARS); \
122 LUA_PATH="./src/?.lua;;" \ 122 LUA_PATH="./src/?.lua;;" \
123 "$(LUA)" binary/all_in_one "src/bin/luarocks" "$(LUA_DIR)" "^src/luarocks/admin/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(BINARY_CC) $(BINARY_NM) $(BINARY_SYSROOT)) 123 "$(LUA)" binary/all_in_one "src/bin/luarocks" "$(LUA_DIR)" "^src/luarocks/admin/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(CC) $(NM) $(SYSROOT))
124 124
125build-binary/luarocks-admin.exe: luarocks 125build-binary/luarocks-admin.exe: luarocks
126 (unset $(LUA_ENV_VARS); \ 126 (unset $(LUA_ENV_VARS); \
127 LUA_PATH="./src/?.lua;;" \ 127 LUA_PATH="./src/?.lua;;" \
128 "$(LUA)" binary/all_in_one "src/bin/luarocks-admin" "$(LUA_DIR)" "^src/luarocks/cmd/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(BINARY_CC) $(BINARY_NM) $(BINARY_SYSROOT)) 128 "$(LUA)" binary/all_in_one "src/bin/luarocks-admin" "$(LUA_DIR)" "^src/luarocks/cmd/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(CC) $(NM) $(SYSROOT))
129 129
130# ---------------------------------------- 130# ----------------------------------------
131# Binary install 131# Binary install