mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-23 00:51:19 -04: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:
+1
-1
@@ -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