]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak spacing to align backslashes
authorJim Meyering <jim@meyering.net>
Wed, 19 Jul 2006 08:43:27 +0000 (08:43 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Jul 2006 08:43:27 +0000 (08:43 +0000)
Makefile.maint

index 72c0e626d1930fe538b4b130d74b687408c3599c..739ddbfc3664f7ff73155e4e50a187e9ee036537 100644 (file)
@@ -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: