diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:38 +0000 |
commit | 39beb31640dcca45f7ec58da37fc3f56efe1b321 (patch) | |
tree | 5fca67684f8de0a5f8a291928a4d8bb0b2483ab0 /tests/tac | |
parent | 56e1e5d825cea252a0bca2705862689f88f7cc7a (diff) | |
download | coreutils-39beb31640dcca45f7ec58da37fc3f56efe1b321.tar.xz |
.
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 3fd409a15..e11ce16fd 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 -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 |