From f935e2159a128f07a2172ae139236e7f0b415e40 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Mar 2013 09:33:28 -0400 Subject: [PATCH] build test/test-script.sh on systems with a less-featureful $< --- test/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/include.am b/test/include.am index 56af58ec..324df347 100644 --- a/test/include.am +++ b/test/include.am @@ -45,7 +45,7 @@ noinst_HEADERS+= \ TESTS = test/test-script.sh test/test-script.sh: test/test.sh - cp $< $@ + cp $(top_srcdir)/test/test.sh $@ DISTCLEANFILES += test/test-script.sh -- 2.50.1