1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-23 23:56:08 +02:00

(programs): Use ../src/tr -s ' ' '\n' in place

of `fmt -1'.  Using the just-built tr is a little cleaner.
Christian Krackowizer reported that HPUX 10.20 doesn't have fmt.
This commit is contained in:
Jim Meyering
2003-09-10 09:24:00 +00:00
parent 17019d2056
commit 8bf64609dc

View File

@@ -8,7 +8,7 @@ ASSORT = LC_ALL=C sort
all_programs = \
echo 'spy:;@echo $$(all_programs)' \
| MAKEFLAGS= $(MAKE) -s -C ../src -f Makefile -f - spy \
| fmt -1 | $(ASSORT) -u
| ../src/tr -s ' ' '\n' | $(ASSORT) -u
TESTS = help-version
TESTS_ENVIRONMENT = \