summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-14 09:16:23 +0000
committerJim Meyering <jim@meyering.net>2004-05-14 09:16:23 +0000
commitc134ce8fabc0995d792fa26aba98d6b2254d00ad (patch)
tree66f861738930137113ed4aa74d74761b56966515 /tests/Makefile.in
parent784b5000f76071845e7b650fc365ab11e3d12580 (diff)
downloadcoreutils-c134ce8fabc0995d792fa26aba98d6b2254d00ad.tar.xz
.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index f0bd2381c..59f6a7667 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -273,11 +273,7 @@ target_alias = @target_alias@
# otherwise we may get into trouble with distinct strings that the
# current locale considers to be equal.
ASSORT = LC_ALL=C sort
-all_programs = \
- echo 'spy:;@echo $$(all_programs)' \
- | MAKEFLAGS= $(MAKE) -s -C ../src -f Makefile -f - spy \
- | ../src/tr -s ' ' '\n' | $(ASSORT) -u
-
+all_programs = (cd ../src && MAKEFLAGS= $(MAKE) -s all_programs.list)
TESTS = help-version
TESTS_ENVIRONMENT = \
all_programs="`$(all_programs)`" \