mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Create the $GNUSTEP_MAKEFILES/Additional directory only if it doesnt exist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f45d00ae9d
commit
0ec54549cb
1 changed files with 4 additions and 2 deletions
|
@ -41,9 +41,11 @@ before-all:: header-links
|
|||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
||||
# Things to do before installing
|
||||
before-install::
|
||||
$(GNUSTEP_MAKEFILES)/Additional:
|
||||
$(MKDIRS) $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional
|
||||
|
||||
# Things to do before installing
|
||||
before-install:: $(GNUSTEP_MAKEFILES)/Additional
|
||||
$(INSTALL_DATA) base.make \
|
||||
$(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional/base.make
|
||||
|
||||
|
|
Loading…
Reference in a new issue