]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRuss Cox <rsc@golang.org>
Fri, 26 Mar 2010 22:01:29 +0000 (15:01 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Mar 2010 22:01:29 +0000 (15:01 -0700)
TBR=r
CC=golang-dev
https://golang.org/cl/785041

src/cmd/prof/Makefile

index d993690404124712a88aadb2815abbf45e3c075b..602c07da6a9fcf876665b87d2ddaa8cf56855127 100644 (file)
@@ -36,4 +36,4 @@ install-default: $(TARG)
 $(OFILES): $(HFILES)
 
 install-pprof: gopprof
-       cp $(TARG) "$(GOBIN)"/gopprof
+       cp gopprof "$(GOBIN)"/gopprof