1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Use $(VAR) rather than @VAR@, now that we can rely on automake to

emit a definition for each substituted variable.
This commit is contained in:
Jim Meyering
2003-04-05 18:03:39 +00:00
parent 6617d20345
commit 25c05ae140

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