1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

(check-x-vs-1): Set and export PATH so we use programs in ../src.

This commit is contained in:
Jim Meyering
2002-08-09 06:12:29 +00:00
parent a4726a4c8d
commit 6eb3ba11fb

View File

@@ -135,6 +135,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; \
t=ls-files.$$$$; \
(cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | sort > $$t; \
echo $(dist_man_MANS) | fmt -w1 | sed 's/\.1$$//' | sort -u \