From 94e7dec732f58e7c313803899140caaee6de6b34 Mon Sep 17 00:00:00 2001 From: Simon Effenberg Date: Mon, 11 Mar 2013 09:55:28 +0100 Subject: [PATCH] use SRC variable also in the binary command parameter --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index ae8d0e8..ec45cf8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,7 +34,7 @@ VMOD_TESTS = tests/*.vtc .PHONY: $(VMOD_TESTS) tests/*.vtc: - $(SRC)/bin/varnishtest/varnishtest -Dvarnishd=$(top_srcdir)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@ + $(SRC)/bin/varnishtest/varnishtest -Dvarnishd=$(SRC)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@ check: $(VMOD_TESTS)