Include Instance/rules.make; rule for $(GNUSTEP_OBJ_DIR) moved there

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12285 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-30 17:02:50 +00:00
parent 1b10be79b4
commit 5b8fede68e

View file

@ -795,16 +795,10 @@ FRAMEWORK_DIR_NAME := $(FRAMEWORK_NAME:=.framework)
FRAMEWORK_VERSION_DIR_NAME := $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME)
SUBPROJECT_ROOT_DIR := "."
# The rule to create the objects file directory. This rule is here so that it
# can be accessed from the global before and after targets as well.
$(GNUSTEP_OBJ_DIR):
@($(MKDIRS) ./$(GNUSTEP_OBJ_DIR); \
rm -f obj; \
$(LN_S) ./$(GNUSTEP_OBJ_DIR) obj)
# Include the Master invocation rules
ifeq ($(GNUSTEP_MAKE_INSTANCE_INVOCATION),)
include $(GNUSTEP_MAKEFILES)/Master/rules.make
else
include $(GNUSTEP_MAKEFILES)/Instance/rules.make
endif
endif