]> Cypherpunks repositories - gostls13.git/commitdiff
build: remove _gcc_main.c during make clean
authorRuss Cox <rsc@golang.org>
Wed, 23 Feb 2011 20:51:27 +0000 (15:51 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Feb 2011 20:51:27 +0000 (15:51 -0500)
R=r, r2
CC=golang-dev
https://golang.org/cl/4226043

src/Make.pkg

index 7b5e478b7f71be6a8095acbdb1e3561e07ebabe3..435c8943da8e7625abdeffd9f5d3abe4a165ba71 100644 (file)
@@ -48,7 +48,7 @@ coverage:
        6cov -g $(shell pwd) $O.out | grep -v '_test\.go:'
 
 CLEANFILES+=*.cgo1.go *.cgo2.c _cgo_defun.c _cgo_gotypes.go _cgo_export.*
-CLEANFILES+=_cgo_.c _cgo_import.c _cgo_main.c _cgo_flags _cgo_run
+CLEANFILES+=_cgo_.c _cgo_import.c _cgo_main.c _cgo_flags _cgo_run _gcc_main.c
 CLEANFILES+=*.so _obj _test _testmain.go *.exe
 
 test: