]> Cypherpunks repositories - gostls13.git/commit
go: don't clobber command install paths
authorAnthony Martin <ality@pbrane.org>
Mon, 30 Jan 2012 18:54:22 +0000 (13:54 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 30 Jan 2012 18:54:22 +0000 (13:54 -0500)
commitd2599b431e80a3824cc587f8b23e3783fd241f3a
tree40f414f6db53084300ab6664e5bbed924ed5a70a
parent6ebf8a6400e9637f579da52a50a0ecb94d798e46
go: don't clobber command install paths

This fixes a regression that was made when adding
support for building with gccgo (in d6a14e6fac0c).

External commands (those not from the Go tree) were
being installed to the package directory instead of
the binary directory.

R=golang-dev, rsc, adg, remyoudompheng, rsc
CC=golang-dev
https://golang.org/cl/5564072
src/cmd/go/pkg.go