From 40b3c49785dd5dcd22141afc0214a4e54722fd25 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 16 Mar 2001 23:44:00 +0000 Subject: [PATCH] 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 --- Source/GNUmakefile.postamble | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/GNUmakefile.postamble b/Source/GNUmakefile.postamble index 7bdc2a286..f60f58d41 100644 --- a/Source/GNUmakefile.postamble +++ b/Source/GNUmakefile.postamble @@ -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::