mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Create languagedir only if doesn't exist yet
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4218724221
commit
891201dd10
1 changed files with 4 additions and 2 deletions
|
@ -29,10 +29,12 @@
|
|||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
||||
# Things to do before installing
|
||||
before-install::
|
||||
$(languagedir):
|
||||
$(MKDIRS) $(languagedir)
|
||||
|
||||
# Things to do before installing
|
||||
before-install:: $(languagedir)
|
||||
|
||||
# Things to do after installing
|
||||
after-install::
|
||||
for file in $(LANGUAGE_INSTALL_FILES); do \
|
||||
|
|
Loading…
Reference in a new issue