]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: remove crud in cgotest/_obj
authorDave Cheney <dave@cheney.net>
Wed, 15 Jun 2011 06:39:17 +0000 (16:39 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 15 Jun 2011 06:39:17 +0000 (16:39 +1000)
R=adg
CC=golang-dev
https://golang.org/cl/4584060

src/pkg/go/build/Makefile

index 4411940ae4f671cad78dd547201c5aeca4fbdb03..5bb2c86ed2e029e6fd884660e20ce81dcacdb906 100644 (file)
@@ -11,7 +11,7 @@ GOFILES=\
        path.go\
        syslist.go\
 
-CLEANFILES+=syslist.go
+CLEANFILES+=syslist.go cgotest/_obj
 
 include ../../../Make.pkg