summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-17 21:58:53 +0200
committerJim Meyering <meyering@redhat.com>2008-04-20 23:19:07 +0200
commitd25bf9dceb90dcb91f8af57aff433273c7145ff7 (patch)
treed878d26bbaf4b3fb7927feac330c85dfc5133e97
parentfdb7e5b44ce87d725e5e7bca3746c494cfa47fd2 (diff)
downloadcoreutils-d25bf9dceb90dcb91f8af57aff433273c7145ff7.tar.xz
* tests/misc/Makefile.am (built_programs): Remove. Unused.
-rw-r--r--tests/misc/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index 17a0ec08d..3e491be16 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -17,9 +17,6 @@
EXTRA_DIST = $(TESTS)
-built_programs = \
- (cd $(top_builddir)/src && MAKEFLAGS= $(MAKE) -s built_programs.list)
-
# Do not choose a name that is a shell keyword like 'if', or a
# commonly-used utility like 'cat' or 'test', as the name of a test.
# Otherwise, VPATH builds will fail on hosts like Solaris, since they