diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2010-03-12 17:25:04 +0100 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2010-03-12 19:14:09 +0100 |
commit | da631b5dd016a28420840017627ab04190d73876 (patch) | |
tree | 33f57b451209e98e9d4d9559a66b4115544ceaa9 /Makefile.am | |
parent | 5f859ecd5fbf373b71495b099079fc341ee74079 (diff) | |
download | grep-da631b5dd016a28420840017627ab04190d73876.tar.gz |
syntax-check: enable makefile-TAB-only-indentation
* cfg.mk (local-checks-to-skip): Enable makefile-TAB-only-indentation.
* Makefile.am: Fix only occurrence.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b394afde..33a2025f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ cvs-clean: if grep "^/$$f/" CVS/Entries > /dev/null; then \ a="b"; \ else \ - echo "F $$i/$$f"; \ + echo "F $$i/$$f"; \ rm -f "$$pwd/$$i/$$f"; \ fi; \ fi ; \ |