Create the timezonedir directory only if doesn't exist yet

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-16 22:28:26 +00:00
parent b2a5a0c67b
commit f45d00ae9d

View file

@ -41,10 +41,12 @@
# Things to do after compiling
# after-all::
# Things to do before installing
before-install::
$(timezonedir):
$(MKDIRS) $(timezonedir)
# Things to do before installing
before-install:: $(timezonedir)
# Things to do after installing
after-install::
cp $(TIMEZONE_ARCHIVE) $(resourcedir); \