summaryrefslogtreecommitdiff
path: root/tests/sort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-26 04:07:15 +0000
committerJim Meyering <jim@meyering.net>1996-08-26 04:07:15 +0000
commit8726a1e79eb4f61c0bcbe9675f65031a75b1ff4e (patch)
treef15ada8af0f65adc2cbe8856d4022b96b2ffe400 /tests/sort
parent7aea26b81746dc0ebf93e1e478e7521ef4173f31 (diff)
downloadcoreutils-8726a1e79eb4f61c0bcbe9675f65031a75b1ff4e.tar.xz
.
Diffstat (limited to 'tests/sort')
-rw-r--r--tests/sort/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index 8fe80f6c5..cdf67faad 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -56,7 +56,7 @@ exp = $(in:.in=.exp)
out = $(in:.in=.out)
err = $(in:.in=.err)
-EXTRA_DIST = build-script.pl Test.pm $(in) $(exp)
+EXTRA_DIST = build-script.pl Test.pm $x-tests $(in) $(exp)
noinst_SCRIPTS = $x-tests
PERL = @PERL@
@@ -182,7 +182,7 @@ mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-$x-tests: build-script Test.pm
+$x-tests: @MAINT@ build-script Test.pm
./build-script ../../src/$x > $@.n
mv $@.n $@
chmod 755 $@