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:
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user