]> granicus.if.org Git - libevent/commitdiff
build test/test-script.sh on systems with a less-featureful $<
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Mar 2013 13:33:28 +0000 (09:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Mar 2013 13:33:28 +0000 (09:33 -0400)
test/include.am

index 56af58ec01d6dbd689589e7bb3eca960938a2990..324df347534abda11c55e3d0c7893b32f42757a2 100644 (file)
@@ -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