1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:30:21 -07:00

fix build

TBR=r
CC=golang-dev
https://golang.org/cl/785041
This commit is contained in:
Russ Cox 2010-03-26 15:01:29 -07:00
parent bc83042b07
commit f375791a91

View File

@ -36,4 +36,4 @@ install-default: $(TARG)
$(OFILES): $(HFILES)
install-pprof: gopprof
cp $(TARG) "$(GOBIN)"/gopprof
cp gopprof "$(GOBIN)"/gopprof