mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Do not create install dir if it already exists
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56b7efdd3a
commit
cc18fcbb80
1 changed files with 3 additions and 1 deletions
|
@ -226,7 +226,9 @@ endif # GSDOC_FILES
|
|||
#
|
||||
internal-doc-install:: internal-install-dirs
|
||||
|
||||
internal-install-dirs::
|
||||
internal-install-dirs:: $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
|
||||
|
||||
$(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR):
|
||||
$(MKDIRS) $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue