| Index: test/rules/src/subdir4/build-asm.gyp
|
| diff --git a/test/rules/src/subdir4/build-asm.gyp b/test/rules/src/subdir4/build-asm.gyp
|
| index 6b9505b79a2d9c51e3ad0ecb49e73a018602d174..fe0fe93787e1e753e764753d3ef53627ae0af786 100644
|
| --- a/test/rules/src/subdir4/build-asm.gyp
|
| +++ b/test/rules/src/subdir4/build-asm.gyp
|
| @@ -37,7 +37,7 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).S',
|
| ],
|
| 'action': [
|
| - 'bash', '-c', 'mv <(RULE_INPUT_PATH) <@(_outputs)',
|
| + 'bash', '-c', 'cp <(RULE_INPUT_PATH) <@(_outputs)',
|
| ],
|
| 'process_outputs_as_sources': 1,
|
| },
|
|
|