summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--build/win/system.gyp2
2 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 0f9f64a..da346461 100644
--- a/DEPS
+++ b/DEPS
@@ -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)'],
},
],
},