Skip to content

Commit

Permalink
revert accidental update
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed May 26, 2024
1 parent ffe5f32 commit d0fae65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Instance/rules.make
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ ifneq ($($(GNUSTEP_INSTANCE)_SUBPROJECTS),)
SUBPROJECT_OBJ_FILES = $(foreach d, $($(GNUSTEP_INSTANCE)_SUBPROJECTS), \
$(foreach o, $(shell cat \
$(GNUSTEP_BUILD_DIR)/$(d)/$(GNUSTEP_OBJ_DIR_NAME)/$(SUBPROJECT_PRODUCT)), \
$(o)))
$(info SUBPROJECT_OBJ_FILES: $(SUBPROJECT_OBJ_FILES))
$(addprefix $(GNUSTEP_BUILD_DIR)/$(d)/, $(o))))
endif

OBJC_OBJS = $(patsubst %.m,%.m$(OEXT),$($(GNUSTEP_INSTANCE)_OBJC_FILES))
Expand Down

0 comments on commit d0fae65

Please sign in to comment.