Skip to content

Commit f2ca8c3

Browse files
committed
fix(make): fixed dependencies
The make deps generator should only care about the shared xml
1 parent e081017 commit f2ca8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ help:
2222
$(info api-deps - generate a file to tell make what API file dependencies will be)
2323

2424
json-to-xml: $(API_XML_FILES)
25-
$(API_DEPS): $(API_XML_FILES)
25+
$(API_DEPS): $(API_SHARED_XML)
2626
$(GSL) -script:src/gsl/deps.gsl $(API_SHARED_XML)
2727

2828
%.xml: %.json

0 commit comments

Comments
 (0)