]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(EXTRA_DIST): Add $x-tests.
authorJim Meyering <jim@meyering.net>
Mon, 26 Aug 1996 04:05:51 +0000 (04:05 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 Aug 1996 04:05:51 +0000 (04:05 +0000)
($x-tests): Guard dependencies with @MAINT@.

tests/tr/Makefile.am

index 0f29753e891e6d98a013270f230b3465b4848280..7b1b8d46ed7c2ff4023b8423b3a1baed72d988bc 100644 (file)
@@ -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 $@