diff options
author | Kim Alvefur <zash@zash.se> | 2015-09-27 00:12:07 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-09-27 00:12:07 +0200 |
commit | bc6588bd31b94d20a2e0781f1aaa1774c5aee75f (patch) | |
tree | 000197eb51c6454959a0086c00fd10983ea99486 | |
parent | b07b24137f430d25b4819baaec02d757897b42ec (diff) | |
download | prosody-bc6588bd31b94d20a2e0781f1aaa1774c5aee75f.tar.gz prosody-bc6588bd31b94d20a2e0781f1aaa1774c5aee75f.zip |
util-src/Makefile: Remove redundant variables (set in config.unix already)
-rw-r--r-- | util-src/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util-src/Makefile b/util-src/Makefile index f35c20bc..5af97f35 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -1,14 +1,6 @@ include ../config.unix -LUA_SUFFIX?=5.1 -LUA_INCDIR?=/usr/include/lua$(LUA_SUFFIX) -LUA_LIB?=lua$(LUA_SUFFIX) -IDN_LIB?=idn -OPENSSL_LIB?=crypto -CC?=gcc -CXX?=g++ -LD?=gcc CFLAGS+=-ggdb -I$(LUA_INCDIR) INSTALL_DATA=install -m644 |