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
This commit is contained in:
Nicola Pero 2001-12-12 17:01:35 +00:00
parent f3df9d6e8e
commit f1874864fe

View file

@ -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 \