about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/grammar.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/grammar.mk b/mk/grammar.mk
index 6ff0f82293b..12190fb0348 100644
--- a/mk/grammar.mk
+++ b/mk/grammar.mk
@@ -45,17 +45,17 @@ check-lexer: $(BG) $(BG)RustLexer.class $(BG)verify
 	$(Q)$(SG)check.sh $(S) "$(BG)" \
 		"$(CFG_GRUN)" "$(BG)verify" "$(BG)RustLexer.tokens"
 else
-$(info grun not available, skipping lexer test...)
+$(info cfg: grun not available, skipping lexer test...)
 check-lexer:
 
 endif
 else
-$(info antlr4 not available, skipping lexer test...)
+$(info cfg: antlr4 not available, skipping lexer test...)
 check-lexer:
 
 endif
 else
-$(info javac not available, skipping lexer test...)
+$(info cfg: javac not available, skipping lexer test...)
 check-lexer:
 
 endif