summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-08-27 21:11:12 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-08-27 21:11:12 +0200
commit95a65a32159ca9e0e3006a390fe38525f83e2746 (patch)
tree92357da94a176560a9d5659d839f2cbd583ede63 /cfg.mk
parent33e523878b3b395eee8b32b886b67bfbfbcbbcb8 (diff)
downloadbison-95a65a32159ca9e0e3006a390fe38525f83e2746.tar.gz
build: tabs are ok in a Makefile
* cfg.mk: TABs are ok in examples/calc++/Makefile.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index ce023732..f568a4e7 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -173,7 +173,7 @@ $(call exclude, \
prohibit_magic_number_exit=^doc/bison.texi$$ \
prohibit_magic_number_exit+=?|^tests/(conflicts|regression).at$$ \
prohibit_strcmp=^doc/bison\.texi|tests/local\.at$$ \
- prohibit_tab_based_indentation=\.(am|mk)$$|^djgpp/|^\.git \
+ prohibit_tab_based_indentation=\.(am|mk)$$|^djgpp/|^\.git|Makefile$$ \
require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
space_before_open_paren=^(data/|djgpp/) \
two_space_separator_in_usage=^(bootstrap) \