summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--cfg.mk1
2 files changed, 1 insertions, 2 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 ; \
diff --git a/cfg.mk b/cfg.mk
index 1d9e56be..085735d1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,7 +23,6 @@ gpg_key_ID = B9AB9A16
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_m4_quote_check \
- sc_makefile_TAB_only_indentation \
sc_prohibit_strcmp \
sc_space_tab \
sc_useless_cpp_parens