diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | build/win/system.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@545", + "http://gyp.googlecode.com/svn/trunk@546", "src/v8": "http://v8.googlecode.com/svn/trunk@2412", diff --git a/build/win/system.gyp b/build/win/system.gyp index 5cb6fca..75db468 100644 --- a/build/win/system.gyp +++ b/build/win/system.gyp @@ -22,7 +22,7 @@ 'outputs': [ '../../third_party/cygwin/_always_run_setup_mount.marker', ], - 'action': ['<@(_inputs)'], + 'action': ['', '<@(_inputs)'], }, ], }, |