diff --git a/Makefile b/Makefile index 231948c15b95bd..4bf174996d7645 100644 --- a/Makefile +++ b/Makefile @@ -1073,6 +1073,7 @@ lint-md-build: tools/remark-cli/node_modules \ tools/doc/node_modules: tools/doc/package.json ifeq ($(node_use_openssl),true) cd tools/doc && $(call available-node,$(run-npm-install)) + @touch $@ else @echo "Skipping tools/doc/node_modules (no crypto)" endif