summaryrefslogtreecommitdiff
path: root/tests/sort/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-10 21:11:55 +0000
committerJim Meyering <jim@meyering.net>1996-12-10 21:11:55 +0000
commitb44299cfd7cd8777fb2f4823d2e803e7944aca62 (patch)
tree33c29d671e9d4b62cec74f740ef3f5bf04275024 /tests/sort/Makefile.am
parent5ea5ea9d2c80579f556964abf19b105f54fced76 (diff)
downloadcoreutils-b44299cfd7cd8777fb2f4823d2e803e7944aca62.tar.xz
mk-script.pl: Rename from build-script.pl.
Diffstat (limited to 'tests/sort/Makefile.am')
-rw-r--r--tests/sort/Makefile.am8
1 files changed, 3 insertions, 5 deletions
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 $@