Skip to content

Commit

Permalink
fix(make): fixed dependencies
Browse files Browse the repository at this point in the history
The make deps generator should only care about the shared xml
  • Loading branch information
Byron committed Mar 1, 2015
1 parent e081017 commit f2ca8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2ca8c3

Please sign in to comment.