summaryrefslogtreecommitdiff
path: root/tests
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
parent7aea26b81746dc0ebf93e1e478e7521ef4173f31 (diff)
downloadcoreutils-8726a1e79eb4f61c0bcbe9675f65031a75b1ff4e.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/sort/Makefile.in4
-rw-r--r--tests/tr/Makefile.in4
2 files changed, 4 insertions, 4 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 $@
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index a7fe6ecc8..36aaaa9b0 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/Makefile.in
@@ -52,7 +52,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@
@@ -178,7 +178,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 $@