summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-02 20:34:20 +0000
committerJim Meyering <jim@meyering.net>2003-02-02 20:34:20 +0000
commita3fb0cc75af091941dfe376d239dc51a97c71da3 (patch)
tree99751df5f5bee6adc849d76fe56e98368febfe11 /man
parent4ac006af695c8e66581a70585b59ba77118bd7c3 (diff)
downloadcoreutils-a3fb0cc75af091941dfe376d239dc51a97c71da3.tar.xz
(check-x-vs-1): Use @PATH_SEPARATOR@, not `:'.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index d35214c63..9e47b4cde 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -136,7 +136,7 @@ check-local: check-x-vs-1
# corresponding .1 file in the definition of $(dist_man_MANS) above.
.PHONY: check-x-vs-1
check-x-vs-1:
- PATH=../src:$$PATH; export PATH; \
+ PATH=../src@PATH_SEPARATOR@$$PATH; export PATH; \
t=ls-files.$$$$; \
(cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | sort > $$t; \
echo $(dist_man_MANS) | fmt -w1 | sed 's/\.1$$//' | sort -u \