| Index: test/generator-output/rules/subdir1/executable.gyp
|
| ===================================================================
|
| --- test/generator-output/rules/subdir1/executable.gyp (revision 1611)
|
| +++ test/generator-output/rules/subdir1/executable.gyp (working copy)
|
| @@ -26,7 +26,7 @@
|
| '../copy-file.py',
|
| ],
|
| 'outputs': [
|
| - # TODO: fix SCons and Make to support generated files not
|
| + # TODO: fix Make to support generated files not
|
| # in a variable-named path like <(INTERMEDIATE_DIR)
|
| #'<(RULE_INPUT_ROOT).c',
|
| '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).h',
|
| @@ -43,7 +43,7 @@
|
| '../copy-file.py',
|
| ],
|
| 'outputs': [
|
| - # TODO: fix SCons and Make to support generated files not
|
| + # TODO: fix Make to support generated files not
|
| # in a variable-named path like <(INTERMEDIATE_DIR)
|
| #'<(RULE_INPUT_ROOT).c',
|
| '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).c',
|
|
|