build test/test-script.sh on systems with a less-featureful $<

This commit is contained in:
Nick Mathewson 2013-03-15 09:33:28 -04:00
parent 787fd7489f
commit f935e2159a

View 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