mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-02 10:11:37 +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
|
# This rule runs $(MKDIRS) only if needed
|
||||||
$(TOOL_INSTALLATION_DIR):
|
$(TOOL_INSTALLATION_DIR):
|
||||||
$(MKDIRS) $@
|
$(MKINSTALLDIRS) $@
|
||||||
|
|
||||||
install-tool::
|
install-tool::
|
||||||
$(INSTALL_PROGRAM) -m 0755 \
|
$(INSTALL_PROGRAM) -m 0755 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue