From 281c1b5d05b02498014ef44a4bea06ae9a133c53 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 30 Sep 2014 16:54:11 +0100 Subject: [PATCH 1/1] "all" target depends on "setup", not the other way around. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9e91192..869fc26 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com -all: +all: setup + ${MAKE} -C./test node-modules ${MAKE} -C./tools/htdocs $@ ${MAKE} -C./doc install @@ -19,7 +20,6 @@ phantomjs p p-all phantomjs-all jsb: # must be called once after GIT checkout setup: ${MAKE} -C./test node-modules - ${MAKE} all check: setup check-js phantomjs -- 1.7.10.4