From f305619bb0977a343ae2b2ba2e9eeb50d4beab85 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Aug 2003 09:13:06 +0000 Subject: [PATCH] (sc_space_tab): Use exclusion list in separate file. --- Makefile.maint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index 82c2d80..93da1e2 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -111,8 +111,8 @@ sc_cast_of_x_alloc_return_value: sc_space_tab: @( cvsu --list ) > /dev/null 2>&1 || : && \ - grep '[ ] ' $$(cvsu --list \ - | grep -vE 'configure|config\.(guess|sub)') && \ + grep '[ ] ' \ + $$(cvsu --list | grep -vEf .x-$@ ) && \ { echo '$(ME): found SPACE-TAB sequence; remove the SPACE' \ 1>&2; exit 1; } || : -- 2.7.4