summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-07-18 04:34:28 +0100
committerPádraig Brady <P@draigBrady.com>2014-07-18 04:35:52 +0100
commit49acb5a8828d37516e795987c7426e664ef47677 (patch)
treec3ae42997c088b084ec1f5057017a0d6d0c09bd5 /cfg.mk
parent6202fcb99acaeda1fa7349ea7a4e11617608f498 (diff)
downloadcoreutils-49acb5a8828d37516e795987c7426e664ef47677.tar.xz
maint: avoid a syntax-check warning in previous commit
* cfg.mk: Avoid warning for @AMDEP_TRUE@ usage in man/local.mk
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index ea5fc99eb..6d96e1b4f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -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