From 78e6d2484fcacdee0cc0a1303e49a5328f3470dd Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 2 Apr 2020 11:17:27 +0200 Subject: [PATCH] build: use tabs for indentation in Makefile PR-URL: https://github.com/nodejs/node/pull/32614 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4bee398caa48d3..0fbcbb87fb346c 100644 --- a/Makefile +++ b/Makefile @@ -1233,9 +1233,9 @@ lint-md-build: $(warning "Deprecated no-op target 'lint-md-build'") ifeq ("$(wildcard tools/.mdlintstamp)","") - LINT_MD_NEWER = + LINT_MD_NEWER = else - LINT_MD_NEWER = -newer tools/.mdlintstamp + LINT_MD_NEWER = -newer tools/.mdlintstamp endif LINT_MD_TARGETS = doc src lib benchmark test tools/doc tools/icu $(wildcard *.md)