summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-19 08:43:27 +0000
committerJim Meyering <jim@meyering.net>2006-07-19 08:43:27 +0000
commit76d82ec5cc98d6a46d52bea372a6c8e585b96f02 (patch)
treee188374e6b36360dc42634a6646d3f02d7a14fc6 /Makefile.maint
parentf8e8d8dd69c47ea85860ca12e1dd76ff974a7db5 (diff)
downloadcoreutils-76d82ec5cc98d6a46d52bea372a6c8e585b96f02.tar.xz
tweak spacing to align backslashes
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 72c0e626d..739ddbfc3 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -197,9 +197,9 @@ 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 '$(ME): do not use jm_ in m4 macro names' \
+ { echo '$(ME): do not use jm_ in m4 macro names' \
1>&2; exit 1; } || :
sc_root_tests: