From e8f73104749c4f0f0d4620106dc5f6fe471ddc00 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Aug 1996 03:51:33 +0000 Subject: (EXTRA_DIST): Add $x-tests. ($x-tests): Guard dependencies with @MAINT@. --- tests/sort/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/sort/Makefile.am') diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index cd092fbb5..a5d65cc05 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -18,7 +18,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@ @@ -26,7 +26,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 $@ -- cgit v1.2.3-54-g00ecf