From: Mike Taylor Date: Thu, 12 Dec 2013 16:49:23 +0000 (+0000) Subject: Use ${MAKE} -C instead of explicit cd in subshell. X-Git-Tag: 0.9.1~88 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=d8f98763c7c4c24fd56d555c2e6634da2055304a;ds=sidebyside Use ${MAKE} -C instead of explicit cd in subshell. --- diff --git a/Makefile b/Makefile index 26c0ca4..4729437 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (c) 2013 IndexData ApS. http://indexdata.com **default**: - (cd tools/htdocs; $(MAKE)) + ${MAKE} -C./tools/htdocs $@ clean distclean all pz2api-git-checkout: ${MAKE} -C./tools/htdocs $@