mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:30:47 +00:00
Create imagedir only if it doesnt exist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
555f61b90b
commit
2b3b373ac7
1 changed files with 4 additions and 2 deletions
|
@ -41,10 +41,12 @@
|
|||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
||||
# Things to do before installing
|
||||
before-install::
|
||||
$(imagedir):
|
||||
$(MKDIRS) $(imagedir)
|
||||
|
||||
# Things to do before installing
|
||||
before-install:: $(imagedir)
|
||||
|
||||
# Things to do after installing
|
||||
after-install::
|
||||
for file in $(IMAGE_FILES); do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue