Mark versions.json as phony

This commit is contained in:
Timothy Gu 2015-07-05 18:51:40 -07:00
parent d14a17c511
commit 1c38e8aea5
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ build-matrix.html: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
@echo '</body>' >> $@
@echo '</html>' >> $@
.PHONY: versions.json
versions.json: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
@echo '{' > $@
@{$(foreach PKG,$(PKGS), \