fix(make): fixed dependencies

The make deps generator should only care about the shared xml
This commit is contained in:
Sebastian Thiel
2015-03-01 11:54:44 +01:00
parent e081017cb3
commit f2ca8c3fb7

View File

@@ -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