Index: Makefile |
diff --git a/Makefile b/Makefile |
index a90177bb990bda04c0fca29e2b502137571266ad..989d3cd1edba8848b57612c6fb86d9e7e21776e9 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -468,7 +468,7 @@ dependencies: |
svn checkout --force \ |
https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \ |
third_party/icu --revision 258359 |
- ( cd buildtools || \ |
+ ( test -d buildtools || \ |
git clone https://chromium.googlesource.com/chromium/buildtools.git; \ |
cd buildtools; \ |
git fetch origin; \ |