From 3e0d4f191535e95cf46eda876dca465dfcf657a5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 18:17:04 +0000 Subject: Initial rework to have Makefile.tools find itself and set NSBUILD svn path=/trunk/tools/buildsystem/; revision=13996 --- example/src1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/src1') diff --git a/example/src1/Makefile b/example/src1/Makefile index f986d31..7787e4b 100644 --- a/example/src1/Makefile +++ b/example/src1/Makefile @@ -4,4 +4,4 @@ DIR_SOURCES := foo.c DIR_INSTALL_ITEMS := /include:foo.h # Grab the core makefile -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3