fix updating docs/versions.json with plugins

fix https://github.com/mxe/mxe/issues/1580
This commit is contained in:
Boris Nagaev 2016-12-03 22:21:21 +01:00
parent 62de2147b3
commit 592c429875
1 changed files with 1 additions and 1 deletions

View File

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