From 321ee0fbacc3857c81cc33ecccf77a31f8468558 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 18 Mar 2001 15:59:00 +0000 Subject: [PATCH] New nice way to tell gnustep-make to use the local make_services rather than the installed one git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9433 72102866-910b-0410-8b05-ffd578937521 --- Tools/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/GNUmakefile b/Tools/GNUmakefile index e476337c0..b39e02eff 100644 --- a/Tools/GNUmakefile +++ b/Tools/GNUmakefile @@ -48,6 +48,8 @@ include GNUmakefile.preamble -include GNUmakefile.local +GNUSTEP_MAKE_SERVICES=./$(GNUSTEP_OBJ_DIR)/make_services + include $(GNUSTEP_MAKEFILES)/tool.make include $(GNUSTEP_MAKEFILES)/service.make