summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-26 04:05:51 +0000
committerJim Meyering <jim@meyering.net>1996-08-26 04:05:51 +0000
commit7aea26b81746dc0ebf93e1e478e7521ef4173f31 (patch)
tree144b525b14d4cee30a441ae9b4e1ca64943158c4 /tests
parenta8676a3282e36cb0ae2aee439918736b088f6934 (diff)
downloadcoreutils-7aea26b81746dc0ebf93e1e478e7521ef4173f31.tar.xz
(EXTRA_DIST): Add $x-tests.
($x-tests): Guard dependencies with @MAINT@.
Diffstat (limited to 'tests')
-rw-r--r--tests/tr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am
index 0f29753e8..7b1b8d46e 100644
--- a/tests/tr/Makefile.am
+++ b/tests/tr/Makefile.am
@@ -14,7 +14,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@
@@ -22,7 +22,7 @@ editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
TESTS = $x-tests
-$x-tests: build-script Test.pm
+$x-tests: @MAINT@ build-script Test.pm
./build-script ../../src/$x > $@.n
mv $@.n $@
chmod 755 $@