Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2020-04-02 12:17:27 +0300
committerAnna Henningsen <anna@addaleax.net>2020-04-06 03:59:36 +0300
commit78e6d2484fcacdee0cc0a1303e49a5328f3470dd (patch)
tree22897c75196778974965eced6044cfe6a160d3df /Makefile
parentc7a235f0a75164b80289a6dc8f23263e0fbbbaab (diff)
build: use tabs for indentation in Makefile
PR-URL: https://github.com/nodejs/node/pull/32614 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4bee398caa4..0fbcbb87fb3 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)