From: Jim Meyering Date: Mon, 26 Aug 1996 04:05:51 +0000 (+0000) Subject: (EXTRA_DIST): Add $x-tests. X-Git-Tag: FILEUTILS-3_13b~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aea26b81746dc0ebf93e1e478e7521ef4173f31;p=thirdparty%2Fcoreutils.git (EXTRA_DIST): Add $x-tests. ($x-tests): Guard dependencies with @MAINT@. --- diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am index 0f29753e89..7b1b8d46ed 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 $@