changeset 16053:48e53ddfb126

maint.mk: silence new syntax check * top/maint.mk (sc_prohibit_dirent_without_use): Add missing @. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 07 Nov 2011 10:41:03 -0700
parents 3e022c4e0316
children b681482abe97
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-07  Eric Blake  <eblake@redhat.com>
+
+	maint.mk: silence new syntax check
+	* top/maint.mk (sc_prohibit_dirent_without_use): Add missing @.
+
 2011-11-06  Bruno Haible  <bruno@clisp.org>
 
 	Doc about floating-point and math API.
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -631,7 +631,7 @@
 _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)