From b44299cfd7cd8777fb2f4823d2e803e7944aca62 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 10 Dec 1996 21:11:55 +0000 Subject: mk-script.pl: Rename from build-script.pl. --- tests/sort/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/sort/Makefile.am') diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index 7e0f48ea8..c8212d9a2 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in. -AUTOMAKE_OPTIONS = 1.1 - x = sort t = \ t01a t02a t02b t02c t02d t02e t02f t03a t03b t03c t03d t03e t03f t03g \ @@ -16,7 +14,7 @@ exp = $(t:=.exp) out = $(t:=.out) err = $(t:=.err) -EXTRA_DIST = build-script.pl Test.pm $x-tests $(in) $(exp) +EXTRA_DIST = mk-script.pl Test.pm $x-tests $(in) $(exp) noinst_SCRIPTS = $x-tests PERL = @PERL@ @@ -24,8 +22,8 @@ editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' TESTS = $x-tests -$x-tests: @MAINT@ build-script Test.pm - ./build-script ../../src/$x > $@.n +$x-tests: @MAINT@ mk-script Test.pm + ./mk-script ../../src/$x > $@.n mv $@.n $@ chmod 755 $@ -- cgit v1.2.3-54-g00ecf