From: Mike Taylor Date: Tue, 30 Sep 2014 15:54:11 +0000 (+0100) Subject: "all" target depends on "setup", not the other way around. X-Git-Tag: 1.0.0~321 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=281c1b5d05b02498014ef44a4bea06ae9a133c53;ds=sidebyside "all" target depends on "setup", not the other way around. --- 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