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