diff options
author | Stefan Saraev <stefansaraev@users.noreply.github.com> | 2016-06-10 10:30:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-10 10:30:19 +0300 |
commit | 0d305e057602061dde8ea0eff0efa23b4d5101ed (patch) | |
tree | 5ff04fb3871bee7abbcf9735d6c5140bf8f2af69 /tools | |
parent | cc6a8e4aa01d57f2d54087bb1025833abd95733f (diff) | |
parent | 5763ed6c99b5e0e3c87ef6c2921f90c0cdbd42a9 (diff) |
Merge pull request #9938 from notspiff/depend_automake
fixed: tar depends on automake
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/Makefile b/tools/depends/native/Makefile index b76dfcced0..1a179e29f8 100644 --- a/tools/depends/native/Makefile +++ b/tools/depends/native/Makefile @@ -34,7 +34,7 @@ libpng-native: zlib-native swig-native: pcre-native distribute-native: python27-native distutilscross-native: python27-native distribute-native -tar-native: xz-native +tar-native: xz-native automake-native python27-native: zlib-native #liblzo2 has stale packaged automake files that cause borked host/build detection |