Index: test/mac/libtool-zero/test.gyp |
diff --git a/test/analyzer/subdir/subdir2/subdir2.gyp b/test/mac/libtool-zero/test.gyp |
similarity index 80% |
copy from test/analyzer/subdir/subdir2/subdir2.gyp |
copy to test/mac/libtool-zero/test.gyp |
index e5aaa92b18c6b4e92eca3981a6a19350dc024d39..2f2c3f1c23cd53397a3396207505ef6ba3f7e9cc 100644 |
--- a/test/analyzer/subdir/subdir2/subdir2.gyp |
+++ b/test/mac/libtool-zero/test.gyp |
@@ -5,10 +5,10 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'subdir2', |
+ 'target_name': 'mylib', |
'type': 'static_library', |
'sources': [ |
- '../subdir_source.h', |
+ 'mylib.c', |
], |
}, |
], |