mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 09:42:00 +00:00
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:
parent
f730807b8a
commit
46875b36e0
1 changed files with 5 additions and 3 deletions
|
@ -398,9 +398,11 @@ ifneq ($(GNUSTEP_INSTANCE),)
|
||||||
include $(GNUSTEP_MAKEFILES)/Instance/rules.make
|
include $(GNUSTEP_MAKEFILES)/Instance/rules.make
|
||||||
endif
|
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
|
endif
|
||||||
# rules.make loaded
|
# rules.make loaded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue