From 39beb31640dcca45f7ec58da37fc3f56efe1b321 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 May 2003 09:50:38 +0000 Subject: . --- tests/date/Makefile.am | 2 +- tests/pr/Makefile.am | 2 +- tests/sort/Makefile.am | 2 +- tests/tac/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/date/Makefile.am b/tests/date/Makefile.am index d524d6f28..fae74c7f8 100644 --- a/tests/date/Makefile.am +++ b/tests/date/Makefile.am @@ -31,7 +31,7 @@ relative-2.O relative-2.E wide-fmt.O wide-fmt.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 diff --git a/tests/pr/Makefile.am b/tests/pr/Makefile.am index 9eaa525d4..5baec30e6 100644 --- a/tests/pr/Makefile.am +++ b/tests/pr/Makefile.am @@ -73,7 +73,7 @@ dbl-sp-a.E dbl-sp-b.O dbl-sp-b.E narrow-1.O narrow-1.E col-last.O col-last.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 diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index a93f48d86..1d8deb800 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -45,7 +45,7 @@ nul-nls.E use-nl.O use-nl.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 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 -- cgit v1.2.3-54-g00ecf