From: Jim Meyering Date: Sat, 29 Aug 2009 08:52:33 +0000 (+0200) Subject: tests: move a coreutils-specific test from maint.mk to Makefile.am X-Git-Tag: v7.6~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98ec4beba5647408c85c48bc75458652200ffd06;p=thirdparty%2Fcoreutils.git tests: move a coreutils-specific test from maint.mk to Makefile.am * Makefile.am (distcheck-hook): Make taint-distcheck here, since it's no longer done via maint.mk. --- diff --git a/Makefile.am b/Makefile.am index 603a44475f..6175a8eef0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ gen-ChangeLog: ALL_RECURSIVE_TARGETS += distcheck-hook distcheck-hook: check-ls-dircolors $(MAKE) my-distcheck + $(MAKE) taint-distcheck DISTCLEANFILES = VERSION MAINTAINERCLEANFILES = THANKS-to-translators