From c357ca663fce810cfd34dcf482158e4a04aab51a Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Wed, 15 Jun 2011 16:39:17 +1000 Subject: [PATCH] go/build: remove crud in cgotest/_obj R=adg CC=golang-dev https://golang.org/cl/4584060 --- src/pkg/go/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/go/build/Makefile b/src/pkg/go/build/Makefile index 4411940ae4f..5bb2c86ed2e 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