Skip to content

Commit

Permalink
* fix to build GSSpell in custom build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
svgol committed Feb 22, 2022
1 parent 7c1af2c commit 94dc3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include GNUmakefile.preamble
ifeq ($(CROSS_COMPILING),yes)
GNUSTEP_MAKE_SERVICES=:
else
GNUSTEP_MAKE_SERVICES=./$(GNUSTEP_OBJ_DIR)/make_services
GNUSTEP_MAKE_SERVICES=$(GNUSTEP_OBJ_DIR)/make_services
endif

include $(GNUSTEP_MAKEFILES)/tool.make
Expand Down

0 comments on commit 94dc3a1

Please sign in to comment.