From 43055519d3b5dd2400e7f4fb4c470cafc15cb361 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 37df25a217f84c..ccb9bc0152b6a6 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)