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

tests/sort/Makefile.am

index cd092fbb59d4e2ba7be96d548ff785a13b86214c..a5d65cc051ca1ae72460ee0da38c0c22c0595304 100644 (file)
@@ -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 $@