]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid a syntax-check warning in previous commit
authorPádraig Brady <P@draigBrady.com>
Fri, 18 Jul 2014 03:34:28 +0000 (04:34 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 18 Jul 2014 03:35:52 +0000 (04:35 +0100)
* cfg.mk: Avoid warning for @AMDEP_TRUE@ usage in man/local.mk

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index ea5fc99ebbd412fe2584257ae3507497787a7a81..6d96e1b4fe1eb949c18f09962dc14a3e169d3fdd 100644 (file)
--- 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