* fix to build GSSpell in custom build dir

This commit is contained in:
Sergei Golovin 2022-02-22 17:26:54 +04:00
parent 7c1af2c874
commit 94dc3a107a

View file

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