aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorAustin Clements <aclements@csail.mit.edu>2009-09-24 09:07:47 -0700
committerAustin Clements <aclements@csail.mit.edu>2009-09-24 09:07:47 -0700
commitffe83e582ea3a01450d23c17eefa036b52bc7788 (patch)
treecc67b99180556459c30bec1ab4cdcb0c9f01ae73 /src/pkg/debug
parent495b3db88b6e556893b8b6c8aa2ff832911698da (diff)
downloadgo-ffe83e582ea3a01450d23c17eefa036b52bc7788.tar.xz
Switch ogle over to the in-tree debug/proc package. Fix
debug/proc to install to the right place. Delete the old ptrace package. The diff looks huge, but it's mostly s/ptrace/proc/. R=rsc APPROVED=rsc DELTA=1940 (10 added, 1835 deleted, 95 changed) OCL=34966 CL=34968
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/proc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/proc/Makefile b/src/pkg/debug/proc/Makefile
index d7eb34855e..1c6dc9089f 100644
--- a/src/pkg/debug/proc/Makefile
+++ b/src/pkg/debug/proc/Makefile
@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
-TARG=ptrace
+TARG=debug/proc
GOFILES=\
proc.go\
proc_$(GOOS).go\