From: Kim Alvefur Date: Thu, 18 Feb 2016 18:08:01 +0000 (+0100) Subject: Makefile: Use runtime set by configure (fixes #629) X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=9a14d84f38e413534de56087e2a371a11b854e85;p=prosody.git Makefile: Use runtime set by configure (fixes #629) --- diff --git a/Makefile b/Makefile index 0138e05c..4e4a407d 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ clean: $(MAKE) clean -C util-src test: - cd tests && ./run_tests.sh + cd tests && $(RUNWITH) test.lua util/%.so: $(MAKE) install -C util-src