Commit 35f8a3f9 authored by Russ Cox's avatar Russ Cox

runtime: remove .c generated from .goc during make clean

R=r
CC=golang-dev
https://golang.org/cl/2704042
parent 07e983a9
......@@ -116,7 +116,7 @@ $(pkgdir)/%.h: %.h
clean: clean-local
clean-local:
rm -f goc2c mkversion version.go */asm.h runtime.acid.*
rm -f goc2c mkversion version.go */asm.h runtime.acid.* $$(ls *.goc | sed 's/goc$$/c/')
$(GOARCH)/asm.h: mkasmh.sh runtime.acid.$(GOARCH)
./mkasmh.sh >$@.x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment