aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-09-02 12:03:33 -0700
committerRuss Cox <rsc@golang.org>2009-09-02 12:03:33 -0700
commite10ca39d044c22a0975586a1cbfe25487eb0ccab (patch)
tree273f87108f01de53ecebe235a3d8040ba5aef425 /src/pkg/Makefile
parent747cde816142cc737b0a7c0ce4fd45504611fcce (diff)
downloadgo-e10ca39d044c22a0975586a1cbfe25487eb0ccab.tar.xz
add debug/gosym and debug/proc to build
(was waiting until after release) R=austin DELTA=5 (5 added, 0 deleted, 0 changed) OCL=34222 CL=34261
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 35087daf06..7d0b76e115 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -32,6 +32,8 @@ DIRS=\
datafmt\
debug/binary\
debug/elf\
+ debug/gosym\
+ debug/proc\
ebnf\
exec\
exvar\
@@ -77,6 +79,7 @@ DIRS=\
utf8\
NOTEST=\
+ debug/proc\
go/ast\
go/doc\
go/token\