From f2ca8c3fb79e482ca39d3aeb40be9b8c7f9c58d8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 1 Mar 2015 11:54:44 +0100 Subject: [PATCH] fix(make): fixed dependencies The make deps generator should only care about the shared xml --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6675d79633..e2ad9fd713 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ help: $(info api-deps - generate a file to tell make what API file dependencies will be) json-to-xml: $(API_XML_FILES) -$(API_DEPS): $(API_XML_FILES) +$(API_DEPS): $(API_SHARED_XML) $(GSL) -script:src/gsl/deps.gsl $(API_SHARED_XML) %.xml: %.json