mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:10:38 +00:00
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:
parent
f372a3a0c2
commit
40b3c49785
1 changed files with 4 additions and 2 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue