diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-07-18 04:34:28 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-07-18 04:35:52 +0100 |
commit | 49acb5a8828d37516e795987c7426e664ef47677 (patch) | |
tree | c3ae42997c088b084ec1f5057017a0d6d0c09bd5 | |
parent | 6202fcb99acaeda1fa7349ea7a4e11617608f498 (diff) | |
download | coreutils-49acb5a8828d37516e795987c7426e664ef47677.tar.xz |
maint: avoid a syntax-check warning in previous commit
* cfg.mk: Avoid warning for @AMDEP_TRUE@ usage in man/local.mk
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ export XZ_OPT = -8e old_NEWS_hash = adf13e9314300d0dff82fa37b247d7db # Add an exemption for sc_makefile_at_at_check. -_makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' +_makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/' # Our help-version script is in a slightly different location. _hv_file ?= $(srcdir)/tests/misc/help-version |