From 98f6013e545897d98815a1a09c4a0820effd9747 Mon Sep 17 00:00:00 2001 From: Kylian Serrania Date: Tue, 1 Dec 2020 10:50:11 +0100 Subject: [PATCH] Fix make misspell hanging on internal/tools --- Makefile.Common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.Common b/Makefile.Common index 4d88428d8e7..cfa9892c93b 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -79,11 +79,15 @@ lint: lint-static-check .PHONY: misspell misspell: +ifdef ALL_DOC $(MISSPELL) $(ALL_DOC) +endif .PHONY: misspell-correction misspell-correction: +ifdef ALL_DOC $(MISSPELL_CORRECTION) $(ALL_DOC) +endif .PHONY: impi impi: