diff top/maint.mk @ 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 88def2ddf509
children 8063ffd1fa6d
line wrap: on
line diff
--- a/top/maint.mk	Mon Nov 07 00:22:31 2011 +0100
+++ b/top/maint.mk	Mon Nov 07 10:41:03 2011 -0700
@@ -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)