summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am
index 7d80e32a3..e86e79a9e 100644
--- a/tests/tr/Makefile.am
+++ b/tests/tr/Makefile.am
@@ -6,12 +6,12 @@ EXTRA_DIST = build-script.pl Trtest.pm
noinst_SCRIPTS = tr-tests
PERL = @PERL@
-editpl = sed -e 's,@''PERL''@,$(PERL),g'
+editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
TESTS = tr-tests
tr-tests: build-script Trtest.pm
- ./build-script Trtest.pm > $@.n
+ ./build-script > $@.n
mv $@.n $@
chmod 755 $@