From 46875b36e04bdc3b28e6ae96f52f5ef47b9a602f Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 30 Jan 2002 20:49:19 +0000 Subject: [PATCH] Rule to build the GNUSTEP_OBJ_DIR moved back here git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12310 72102866-910b-0410-8b05-ffd578937521 --- rules.make | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rules.make b/rules.make index cfac5028..eeb6f60b 100644 --- a/rules.make +++ b/rules.make @@ -398,9 +398,11 @@ ifneq ($(GNUSTEP_INSTANCE),) include $(GNUSTEP_MAKEFILES)/Instance/rules.make endif - - - +# The rule to create the objects file directory. +$(GNUSTEP_OBJ_DIR): + @($(MKDIRS) ./$(GNUSTEP_OBJ_DIR); \ + rm -f obj; \ + $(LN_S) ./$(GNUSTEP_OBJ_DIR) obj) endif # rules.make loaded