diff options
-rw-r--r-- | tests/Makefile.am.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in index 14ad85ad7..c7ddcc606 100644 --- a/tests/Makefile.am.in +++ b/tests/Makefile.am.in @@ -6,8 +6,7 @@ EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -PERL = @PERL@ -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 |