From 1e7e9cd16e9313fbefa4158cc01355698dc6a594 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Sep 2006 14:59:37 +0000 Subject: [PATCH] restore leading "@" --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index 6825d8d13a..ef8a621a86 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -197,7 +197,7 @@ endif # On 2004-04-13, they were all changed to start with gl_ instead. # Make sure that none are inadvertently reintroduced. sc_prohibit_jm_in_m4: - grep -nE 'jm_[A-Z]' \ + @grep -nE 'jm_[A-Z]' \ $$($(CVS_LIST) m4 |grep '\.m4$$'; echo /dev/null) && \ { echo '$(ME): do not use jm_ in m4 macro names' \ 1>&2; exit 1; } || : -- 2.47.3