diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 09:36:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 09:36:01 +0000 |
commit | 56e1e5d825cea252a0bca2705862689f88f7cc7a (patch) | |
tree | 918da3282fe91b425d1128df8968cd98c94e59db /tests/tac | |
parent | c3e009a84a1ffa6f27f181d6d0f5c1c72e71d94e (diff) | |
download | coreutils-56e1e5d825cea252a0bca2705862689f88f7cc7a.tar.xz |
.
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 |