aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-08 13:53:30 -0500
committerRuss Cox <rsc@golang.org>2010-12-08 13:53:30 -0500
commit9042c2ce6840a7679739e6ec6ff59b57db30c459 (patch)
tree7b3beaba4f1dbfdda1d7b130a707b948dbcd029b /src/pkg/Makefile
parentcf42a455878329d827852c58c5394f602e459666 (diff)
downloadgo-9042c2ce6840a7679739e6ec6ff59b57db30c459.tar.xz
runtime/cgo: runtime changes for new cgo
Formerly known as libcgo. Almost no code here is changing; the diffs are shown relative to the originals in libcgo. R=r CC=golang-dev https://golang.org/cl/3420043
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 48649846b8..22da9f98c5 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -109,6 +109,7 @@ DIRS=\
rpc\
rpc/jsonrpc\
runtime\
+ runtime/cgo\
runtime/pprof\
scanner\
smtp\
@@ -152,6 +153,7 @@ NOTEST=\
image/jpeg\
net/dict\
rand\
+ runtime/cgo\
runtime/pprof\
syscall\
testing\
@@ -247,3 +249,4 @@ deps:
-include Make.deps
../cmd/cgo.install: ../libcgo.install
+runtime/cgo.install: ../cmd/cgo.install