summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-11 02:19:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-12 03:28:14 (GMT)
commit38c43b5017befbf0153d3a5f2165e80c064329ad (patch)
tree8bf6e35d8bfc55f906517376fe0edc6bcb18e20b /Makefile
parent02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a (diff)
downloadmxe-38c43b5017befbf0153d3a5f2165e80c064329ad.zip
mxe-38c43b5017befbf0153d3a5f2165e80c064329ad.tar.gz
mxe-38c43b5017befbf0153d3a5f2165e80c064329ad.tar.bz2
sub makefiles: standardize names and add to build-pkg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3438a36..4318c13 100644
--- a/Makefile
+++ b/Makefile
@@ -215,7 +215,7 @@ define AUTOTOOLS_BUILD
endef
# include github related functions
-include $(PWD)/github.mk
+include $(PWD)/mxe.github.mk
# shared lib preload to disable networking, enable faketime etc
PRELOAD_VARS := LD_PRELOAD DYLD_FORCE_FLAT_NAMESPACE DYLD_INSERT_LIBRARIES
@@ -1081,5 +1081,5 @@ docs/packages.json: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
@echo '}' >> $@
# for other mxe functions
-include patch.mk
-include updates.mk
+include mxe.patch.mk
+include mxe.updates.mk