From ffd62b129deaf809b9483083d3ed5074a78b4e51 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 18 Dec 2018 13:36:45 +0100 Subject: [PATCH] build: correct fi indentation in Makefile PR-URL: https://github.com/nodejs/node/pull/25107 Reviewed-By: Richard Lau Reviewed-By: Anto Aravinth Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e7263924cf19a..b1d60c85c09a4b 100644 --- a/Makefile +++ b/Makefile @@ -341,7 +341,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules $(RM) -r test/addons/??_*/; \ [ -x $(NODE) ] && $(NODE) $< || node $< ; \ touch $@; \ - fi + fi ADDONS_BINDING_GYPS := \ $(filter-out test/addons/??_*/binding.gyp, \ @@ -616,7 +616,7 @@ tools/doc/node_modules: tools/doc/package.json echo "Skipping tools/doc/node_modules (no crypto)"; \ else \ cd tools/doc && $(call available-node,$(run-npm-ci)) \ - fi + fi .PHONY: doc-only doc-only: tools/doc/node_modules \