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
This commit is contained in:
Nicola Pero 2002-01-30 20:49:19 +00:00
parent f730807b8a
commit 46875b36e0

View file

@ -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