diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-16 09:37:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-16 09:37:41 +0000 |
commit | a96affa5e1a6e51c6c9b1712d50436f367a194d3 (patch) | |
tree | 0fe9bf757d778df721cbc439797d19160aaf384a /doc | |
parent | d85c0c81fac7bff7d7b959f3a6a593c816e7e6ab (diff) | |
download | coreutils-a96affa5e1a6e51c6c9b1712d50436f367a194d3.tar.gz coreutils-a96affa5e1a6e51c6c9b1712d50436f367a194d3.tar.bz2 coreutils-a96affa5e1a6e51c6c9b1712d50436f367a194d3.zip |
use $(PERL), not @PERL@
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ef6ecc2a9..6817e4fe5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -32,7 +32,7 @@ $(INFO_DEPS): $(EXTRA_DIST) check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || : grep '\$$@"' $(srcdir)/*.texi && exit 1 || : - @PERL@ -ne \ + $(PERL) -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1 |