summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-06 01:51:40 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-06 01:51:40 (GMT)
commit1c38e8aea5fad8c970b50b6d8d7f43a6ce825fba (patch)
treebf9203cbff3b1dfe47dd01960916fe8e700d3794
parentd14a17c51135e87eb34e12c13755db2798cc1809 (diff)
downloadmxe-1c38e8aea5fad8c970b50b6d8d7f43a6ce825fba.zip
mxe-1c38e8aea5fad8c970b50b6d8d7f43a6ce825fba.tar.gz
mxe-1c38e8aea5fad8c970b50b6d8d7f43a6ce825fba.tar.bz2
Mark versions.json as phony
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c23fcee..d1bb16e 100644
--- a/Makefile
+++ b/Makefile
@@ -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), \