mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Removed obsolete multiple-inclusion protection of the GNUSTEP_OBJ_DIR rule
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10338 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8bbe8fff1
commit
fa7914d50e
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Jul 9 11:35:48 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* rules.make ($(GNUSTEP_OBJ_DIR)): Do not protect this rule
|
||||
against multiple inclusions as the whole file is already
|
||||
protected.
|
||||
|
||||
Mon Jul 9 11:30:21 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* rules.make ($(GNUSTEP_OBJ_DIR)): Send the three shell commands
|
||||
|
|
|
@ -502,15 +502,12 @@ FRAMEWORK_DIR_NAME := $(FRAMEWORK_NAME:=.framework)
|
|||
FRAMEWORK_VERSION_DIR_NAME := $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME)
|
||||
SUBPROJECT_ROOT_DIR := "."
|
||||
|
||||
ifeq ($(OBJ_DIR_RULE),)
|
||||
OBJ_DIR_RULE = defined
|
||||
# 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)
|
||||
endif
|
||||
|
||||
#
|
||||
# Now rules for packaging - all automatically included
|
||||
|
|
Loading…
Reference in a new issue