fix broken `make dist` target

This commit is contained in:
Anton Kaliaev 2018-01-08 13:13:47 -06:00
parent cf42611187
commit 555f560ecd
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
XC_OS=${XC_OS:-"solaris darwin freebsd linux windows"}
# Make sure build tools are available.
make tools
# TODO: Tools should be "vendored" too.
make get_tools
# Get VENDORED dependencies
make get_vendor_deps