commit | accb9352a2493ffc59d24658313f6ff074664ce0 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Apr 10 12:50:15 2014 -0700 |
committer | Brian Silverman <brians> | Thu Apr 10 12:50:15 2014 -0700 |
tree | 9be88f98334d7a9be7fef64df384ef5c2399aebf | |
parent | 7ff05bf537259f9eee21c9f06a395e563fc6d437 [diff] |
little cleanup
diff --git a/aos/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp index 7a83c59..cbae81b 100644 --- a/aos/linux_code/linux_code.gyp +++ b/aos/linux_code/linux_code.gyp
@@ -4,7 +4,7 @@ 'target_name': 'init', 'type': 'static_library', 'sources': [ - '<(AOS)/linux_code/init.cc', + 'init.cc', ], 'dependencies': [ '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem',