summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-27 19:50:27 +0100
committerJim Meyering <meyering@redhat.com>2007-11-27 20:03:08 +0100
commit9696161574e385795a74b4d6cb41b08dd0b4e4dd (patch)
tree49843b989065c37bf78e028971be7e7cf8b7817a /Makefile.maint
parent3a60f14cbb1520954ed0a3fcdbbe62523de13d04 (diff)
downloadcoreutils-9696161574e385795a74b4d6cb41b08dd0b4e4dd.tar.xz
Don't block use of 'cat' or 'wc' in "make check".
* Makefile.maint (my-distcheck): Add "cat" and "wc" to the list of programs that we can't blacklist.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 5671f292a..c8d4fec8d 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -598,7 +598,7 @@ my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz)
&& for i in $(built_programs); do \
case $$i in \
rm|expr|basename|echo|sort|ls|tr);; \
- mv|dirname);; \
+ cat|dirname|mv|wc);; \
*) ln $(bin)/loser $(bin)/$$i;; \
esac; \
done \