X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile;h=cb1d7cd0b6ec30675f4850af2fe7c456fe12a768;hb=5e117d03ff9c6ca545f1e8be91c92cfcca605e37;hp=4722647ec359975d865c413dc5e821a4385177d3;hpb=29757e0e9014e2b1ed26fac4228e849c3728bc32;p=gnulib.git diff --git a/Makefile b/Makefile index 4722647ec..cb1d7cd0b 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,8 @@ sc_prefer_ac_check_funcs_once: sc_prohibit_leading_TABs: if test -d .git; then \ - url=FIXME; \ git grep -l '^ * ' lib m4 tests \ - | grep -Ev '^m4/po\.m4|^lib/reg|Makefile|test-update-copyright' \ + | grep -Ev '^lib/reg|Makefile|test-update-copyright' \ | grep . \ && { printf '*** %s\n' 'indent with spaces, not TABs;' \ 1>&2; exit 1; } || : \