diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2014-11-03 12:03:34 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2014-11-03 12:08:04 +0100 |
commit | 29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8 (patch) | |
tree | d58df925614401ceb76b5696738ee7c739a054ce /Makefile.build | |
parent | 59010135be9da6f90e7b4a3620f379bc170015a3 (diff) | |
download | nodejs-29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8.tar.gz nodejs-29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8.tar.bz2 nodejs-29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8.zip |
src: move debug agent from deps/ to src/
There is not much point in keeping it a separate project because it
doesn't build standalone, plus it makes applying changes to core more
difficult because of the implicit dependency on header files in src/.
Diffstat (limited to 'Makefile.build')
-rw-r--r-- | Makefile.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index 1aa5f5651..dad86cb51 100644 --- a/Makefile.build +++ b/Makefile.build @@ -233,7 +233,6 @@ NACL_ARCHES = nacl_ia32 nacl_x64 GYPFILES = \ common.gypi \ deps/cares/cares.gyp \ - deps/debugger-agent/debugger-agent.gyp \ deps/http_parser/http_parser.gyp \ deps/openssl/openssl.gyp \ deps/uv/uv.gyp \ |