mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
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:
parent
f3df9d6e8e
commit
f1874864fe
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue