]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix make dependencies for test.1
authorPádraig Brady <P@draigBrady.com>
Sat, 7 Mar 2015 01:59:02 +0000 (01:59 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 7 Mar 2015 02:09:37 +0000 (02:09 +0000)
commit3c3b760c34834638edf6e875fbb722f4db7cc938
tree7da3e94a6d16e57590b3864f2ed9a09aee4e78c8
parentc18b296e83f659372cd30d24d1365e4b0b046964
build: fix make dependencies for test.1

In certain parallel build situations this would give the error:
  help2man: can't get `--help' info from man/test.td/[
  Makefile:14189: recipe for target 'man/test.1' failed

* man/local.mk (test.1): Depend on `[` rather than `test`,
as `test --help` outputs nothing.  Also move dir.1 and vdir.1
back to the main list, as they're no more exceptions than
sha1sum etc.
man/local.mk