From: Jim Meyering Date: Wed, 14 May 2003 09:36:01 +0000 (+0000) Subject: . X-Git-Tag: v5.0.1~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56e1e5d825cea252a0bca2705862689f88f7cc7a;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 1da085a9d9..b400b4c167 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -177,7 +177,7 @@ out-delim5.O out-delim5.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/date/Makefile.in b/tests/date/Makefile.in index 0c7966bca7..a9ff845861 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -180,7 +180,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/join/Makefile.in b/tests/join/Makefile.in index c303fac5a1..e53bd79967 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -173,7 +173,7 @@ trailing-sp.E sp-vs-blank.O sp-vs-blank.E 8-bit-t.O 8-bit-t.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.in b/tests/pr/Makefile.in index 89c14dca9d..502ec7d247 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -223,7 +223,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.in b/tests/sort/Makefile.in index 5892ec02fe..654586211a 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -194,7 +194,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.in b/tests/tac/Makefile.in index 37ae4d26b9..61f4a0636e 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 diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index 87efd2cbdf..25567c3348 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -173,7 +173,7 @@ n-5.E n-5a.O n-5a.E n-5b.O n-5b.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/test/Makefile.in b/tests/test/Makefile.in index 4ce032980e..957b1feb45 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -194,7 +194,7 @@ lt-3.O lt-3.E lt-4.O lt-4.E inv-1.O inv-1.E t1.O t1.E t2.O t2.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/tr/Makefile.in b/tests/tr/Makefile.in index eb91bff164..0f1fd342fa 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -177,7 +177,7 @@ empty-eq.E empty-cc.O empty-cc.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/wc/Makefile.in b/tests/wc/Makefile.in index 1aed851651..f18e639790 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -163,7 +163,7 @@ c2.O c2.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