diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-11 02:19:24 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-12 03:28:14 (GMT) |
commit | 38c43b5017befbf0153d3a5f2165e80c064329ad (patch) | |
tree | 8bf6e35d8bfc55f906517376fe0edc6bcb18e20b /Makefile | |
parent | 02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a (diff) | |
download | mxe-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |