(check-x-vs-1): Use @PATH_SEPARATOR@, not `:'.

This commit is contained in:
Jim Meyering 2003-02-02 20:34:20 +00:00
parent 4ac006af69
commit a3fb0cc75a

View File

@ -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 \