From 7d8380a08dab3921c9422e72d62f38bc6a5b3627 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 19 Jun 2021 16:12:04 +0530 Subject: Makefile: Use MKDIR_P instead of `mkdir -p'. * Makefile.am (website/index.html): Use MKDIR_P instead of `mkdir -p'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aa7f08f..395ac7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ uninstall-local: website: website/index.html website/manual/dev/en website/index.html: README.org - mkdir -p $(dir $@) + $(MKDIR_P) $(dir $@) emacs -Q --script build-aux/build-home-page.el website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html -- cgit v1.2.3