Only create the ./$(GNUSTEP_OBJ_DIR)/Parsers directory if it doesnt exist

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9408 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-16 23:44:00 +00:00
parent f372a3a0c2
commit 40b3c49785

View file

@ -35,10 +35,12 @@
# otherwise the normal makefile rules will not be performed.
#
# Things to do before compiling
before-all::
./$(GNUSTEP_OBJ_DIR)/Parsers:
$(MKDIRS) ./$(GNUSTEP_OBJ_DIR)/Parsers
# Things to do before compiling
before-all:: ./$(GNUSTEP_OBJ_DIR)/Parsers
# Things to do after compiling
# after-all::