diff options
Diffstat (limited to 'tests/tac')
-rw-r--r-- | tests/tac/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tac/Makefile.am b/tests/tac/Makefile.am index 7ad899ee7..8f5aec93c 100644 --- a/tests/tac/Makefile.am +++ b/tests/tac/Makefile.am @@ -22,7 +22,7 @@ opt-br.O opt-br.E opt-br2.O opt-br2.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -PERL = @PERL@ +PERL = $(PERL) editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' TESTS = $x-tests |