diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-22 10:13:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-22 10:13:37 +0000 |
commit | cf7d6fe7bf3259645a26c92b6bfbf27648aabf22 (patch) | |
tree | e414e0c00b0ff0ec542890ac6f2c575eb2e6aae6 /src | |
parent | 86e16425417ed0d1f2da42b7b6e7145d69864091 (diff) | |
download | coreutils-cf7d6fe7bf3259645a26c92b6bfbf27648aabf22.tar.xz |
Move the check-AUTHORS rule to be run as part of "make distcheck",
rather than "make check".
* src/Makefile.am (check): Don't depend on check-AUTHORS; it would
cause "make check" to fail on systems unable to build all binaries.
* Makefile.maint (check-AUTHORS): New rule.
(local-checks-available): Add it here.
Reported by Bruno Haible. Needed for BeOS.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 245aec6b1..c65d2be2a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -267,7 +267,7 @@ pm = progs-makefile pr = progs-readme # Ensure that the list of programs in README matches the list # of programs we can build. -check: check-README check-misc check-AUTHORS +check: check-README check-misc .PHONY: check-README check-README: rm -rf $(pr) $(pm) |