diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 18:03:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 18:03:47 +0000 |
commit | 4cfe78b8a0d3a607c0408cf6b82bb82d23224a92 (patch) | |
tree | 39cae74eb148f792111dcff0fe614924ddd0d3d1 /tests/tac | |
parent | 25c05ae140d1fbad64456629a817f953db8c7a4c (diff) | |
download | coreutils-4cfe78b8a0d3a607c0408cf6b82bb82d23224a92.tar.xz |
*** empty log message ***
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 |