From f1874864fed2e80e47ec78d33f4302dceb40da8b Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 12 Dec 2001 17:01:35 +0000 Subject: [PATCH] Use MKINSTALLDIRS, not MKDIRS, when creating the installation directory git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11724 72102866-910b-0410-8b05-ffd578937521 --- tool.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool.make b/tool.make index accfad59..afc2d4c2 100644 --- a/tool.make +++ b/tool.make @@ -144,7 +144,7 @@ internal-install-dirs:: $(TOOL_INSTALLATION_DIR) # This rule runs $(MKDIRS) only if needed $(TOOL_INSTALLATION_DIR): - $(MKDIRS) $@ + $(MKINSTALLDIRS) $@ install-tool:: $(INSTALL_PROGRAM) -m 0755 \