diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-31 09:59:31 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-31 11:56:26 +0200 |
commit | a7c0ed0892c472972c1f37277e4a5d63dfb97e86 (patch) | |
tree | 45c675fd0c653b23d8671fe04cc39cb0345f58c8 /tests | |
parent | dc1f1f3c732f5311933f6d006ece7da3ee905ba1 (diff) | |
download | coreutils-a7c0ed0892c472972c1f37277e4a5d63dfb97e86.tar.xz |
maint: fixup: don't try to distribute a now-removed file
* tests/Makefile.am (EXTRA_DIST): Drop 'check.mk', which has been
removed (being merged into 'tests/Makefile.am') by recent changes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bc3d30892..d8dee57fe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -116,7 +116,6 @@ EXTRA_DIST = \ Coreutils.pm \ CuSkip.pm \ CuTmpdir.pm \ - check.mk \ d_type-check \ envvar-check \ filefrag-extent-compare \ |