From e56e96fe20f72586e9ec5c528b9a9a06daa2ecc6 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 7 Nov 2011 10:41:03 -0700 Subject: [PATCH] maint.mk: silence new syntax check * top/maint.mk (sc_prohibit_dirent_without_use): Add missing @. Signed-off-by: Eric Blake --- ChangeLog | 5 +++++ top/maint.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2ed48a6b..820decfef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-07 Eric Blake + + maint.mk: silence new syntax check + * top/maint.mk (sc_prohibit_dirent_without_use): Add missing @. + 2011-11-06 Bruno Haible Doc about floating-point and math API. diff --git a/top/maint.mk b/top/maint.mk index 9f4c03237..405c6d093 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -631,7 +631,7 @@ _de3 = MAXNAMLEN|DIR|ino_t|d_ino|d_fileno|d_namlen _dirent_syms_re = $(_de1)|$(_de2)|$(_de3) # Prohibit the inclusion of dirent.h without an actual use. sc_prohibit_dirent_without_use: - h='dirent.h' \ + @h='dirent.h' \ re='\<($(_dirent_syms_re))\>' \ $(_sc_header_without_use) -- 2.11.0