diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-17 21:58:53 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-20 23:19:07 +0200 |
commit | d25bf9dceb90dcb91f8af57aff433273c7145ff7 (patch) | |
tree | d878d26bbaf4b3fb7927feac330c85dfc5133e97 /tests | |
parent | fdb7e5b44ce87d725e5e7bca3746c494cfa47fd2 (diff) | |
download | coreutils-d25bf9dceb90dcb91f8af57aff433273c7145ff7.tar.xz |
* tests/misc/Makefile.am (built_programs): Remove. Unused.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/Makefile.am | 3 |
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 |