From: Pádraig Brady Date: Fri, 18 Jul 2014 03:34:28 +0000 (+0100) Subject: maint: avoid a syntax-check warning in previous commit X-Git-Tag: v8.23~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49acb5a8828d37516e795987c7426e664ef47677;p=thirdparty%2Fcoreutils.git maint: avoid a syntax-check warning in previous commit * cfg.mk: Avoid warning for @AMDEP_TRUE@ usage in man/local.mk --- diff --git a/cfg.mk b/cfg.mk index ea5fc99ebb..6d96e1b4fe 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