summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-12-03 21:21:21 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-12-05 08:40:53 (GMT)
commit592c4298754f1ca42b3ccc94da95799d3006a8a7 (patch)
tree079f53f0ee23cb00b19c28de2ec2d0c74997f586 /Makefile
parent62de2147b39f04284a8c66e086550d74ed3b1901 (diff)
downloadmxe-592c4298754f1ca42b3ccc94da95799d3006a8a7.zip
mxe-592c4298754f1ca42b3ccc94da95799d3006a8a7.tar.gz
mxe-592c4298754f1ca42b3ccc94da95799d3006a8a7.tar.bz2
fix updating docs/versions.json with plugins
fix https://github.com/mxe/mxe/issues/1580
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cc18c9..eef30cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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)": \