From 135f4b9a991a7bfa3da0c848111322b248fcda8a 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 5641d2dc27e185..59a7f67ab4ffe2 100644 --- a/Makefile +++ b/Makefile @@ -1229,9 +1229,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)