diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 18:04:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 18:04:06 +0000 |
commit | 0622704dce606dad3d3092909ad4b01ecf5f28db (patch) | |
tree | 75e2ee89e03d69149a5309f05b3fe75d8e13df25 /man | |
parent | 4cfe78b8a0d3a607c0408cf6b82bb82d23224a92 (diff) | |
download | coreutils-0622704dce606dad3d3092909ad4b01ecf5f28db.tar.xz |
.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index c59a09f03..8c031e2d5 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -479,7 +479,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_SEPARATOR@$$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 \ |