mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 17:12:24 +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
|
# Things to do after compiling
|
||||||
# after-all::
|
# after-all::
|
||||||
|
|
||||||
# Things to do before installing
|
$(imagedir):
|
||||||
before-install::
|
|
||||||
$(MKDIRS) $(imagedir)
|
$(MKDIRS) $(imagedir)
|
||||||
|
|
||||||
|
# Things to do before installing
|
||||||
|
before-install:: $(imagedir)
|
||||||
|
|
||||||
# Things to do after installing
|
# Things to do after installing
|
||||||
after-install::
|
after-install::
|
||||||
for file in $(IMAGE_FILES); do \
|
for file in $(IMAGE_FILES); do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue