Create the Additional makefiles directory only if it doesnt exist

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9398 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-16 23:20:18 +00:00
parent 6bc5304a05
commit 870aa320c9

View file

@ -41,9 +41,15 @@ before-all:: header-links
# Things to do after compiling
# after-all::
# Things to do before installing
before-install::
#
# The following rule is important mainly for packaging, because in that case
# you install into a fake system tree, and the directory is not there.
#
$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional:
$(MKDIRS) $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional
# Things to do before installing
before-install:: $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional
$(INSTALL_DATA) gui.make \
$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/gui.make