Create charsetdir only if it doesn't exist

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9391 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-16 22:26:53 +00:00
parent 77a3a852d3
commit 9784f79a59

View file

@ -41,10 +41,12 @@
# Things to do after compiling
# after-all::
# Things to do before installing
before-install::
$(charsetdir):
$(MKDIRS) $(charsetdir)
# Things to do before installing
before-install:: $(charsetdir)
# Things to do after installing
after-install::
for file in $(INSTALL_FILES); do \