From aa398c02e9582106682592ce068baeaf59836f60 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 1 Sep 2010 15:29:29 +0200 Subject: Fix have install target depend on init. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2822337..c0c4165 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ init: $(if $(dummy_MODULES),mkdir -p $(dummy_MODULES)) touch init -install:: +install:: init ifeq ($(strip $(CONFIGS)),) $(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!) endif -- cgit v1.2.3