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:
nico 2001-03-16 23:21:57 +00:00
parent 555f61b90b
commit 2b3b373ac7

View file

@ -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 \