diff options
author | Arne Morten Kvarving <cptspiff@gmail.com> | 2016-06-09 22:35:07 +0200 |
---|---|---|
committer | Arne Morten Kvarving <cptspiff@gmail.com> | 2016-06-09 22:35:07 +0200 |
commit | 5763ed6c99b5e0e3c87ef6c2921f90c0cdbd42a9 (patch) | |
tree | 644ebb4a1e78e10bfdc11c504c8c695cbeb79340 /tools | |
parent | e31bee75d5ec5f37fb6b17ce3f26aa36b8ca6861 (diff) |
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 |