From 3811156e979da6168fc5b427fa2cf03d73e8f6a7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 23 May 2008 19:25:05 +0200 Subject: More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer and me. (This used to be commit 6e29fbd5d06b02e2b0a55ae2994fce724aaa5bc5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source4/build/make/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk index 176e67a691..27a214459a 100644 --- a/source4/build/make/rules.mk +++ b/source4/build/make/rules.mk @@ -86,7 +86,7 @@ unused_macros: @mkdir -p $(@D) @$(STLD) $(STLD_FLAGS) $@ $^ -include build/make/templates.mk +include $(make_utility_dir)/templates.mk ############################################################################### # File types -- cgit