From 249e6c9946d2b29fbaf93ce74d291b4c8c015c82 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 4 Nov 2013 14:19:05 +0000 Subject: [PATCH] resolve chicken-egg depenencie for pz2api.1.js --- tools/htdocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 1c63a7c..1b96d96 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -34,7 +34,7 @@ pz2api-git-checkout: ( cd $$(dirname $$(dirname ${PZ2API_JS})); git clone ${PZ2API_GIT} ); \ fi -mkws-js ${MKWS_JS}: ${PZ2API_JS} mkws.js +mkws-js ${MKWS_JS}: mkws.js @if ! test -e ${PZ2API_JS}; then \ echo "The pazpar2 JS file ${PZ2API_JS} does not exists."; \ echo "Did you checked out the source from the git repo?"; \ -- 1.7.10.4