From 741ad74208c6a432d60522b618d4bd962dc6a7b0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 3 Feb 2011 23:03:10 +0100 Subject: Fix spawn submake for config target, to ensure make snippets are re-included after submodule init. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b019e4..c242c60 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ IKIWIKI_OPTIONS ?= \ all: build -init: submodules config content +init: submodules content + $(MAKE) config submodules: git submodule init -- cgit v1.2.3