diff options
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index eb91bff16..0f1fd342f 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -177,7 +177,7 @@ empty-eq.E empty-cc.O empty-cc.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests |