mk: Print grammar info message like others

This commit is contained in:
Brian Anderson 2014-07-25 14:32:34 -07:00
parent ae97e6f8d3
commit 3382ffef32
1 changed files with 3 additions and 3 deletions

View File

@ -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