diff options
Diffstat (limited to 'tests/tac')
-rw-r--r-- | tests/tac/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 37ae4d26b..61f4a0636 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -171,7 +171,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 -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 |