From: Dave Cheney Date: Wed, 15 Jun 2011 06:39:17 +0000 (+1000) Subject: go/build: remove crud in cgotest/_obj X-Git-Tag: weekly.2011-06-16~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c357ca663fce810cfd34dcf482158e4a04aab51a;p=gostls13.git go/build: remove crud in cgotest/_obj R=adg CC=golang-dev https://golang.org/cl/4584060 --- diff --git a/src/pkg/go/build/Makefile b/src/pkg/go/build/Makefile index 4411940ae4..5bb2c86ed2 100644 --- a/src/pkg/go/build/Makefile +++ b/src/pkg/go/build/Makefile @@ -11,7 +11,7 @@ GOFILES=\ path.go\ syslist.go\ -CLEANFILES+=syslist.go +CLEANFILES+=syslist.go cgotest/_obj include ../../../Make.pkg