runtime: delete old asm_*.h if still around

Fixes bug Robert ran into.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5501070
This commit is contained in:
Russ Cox 2011-12-22 22:24:34 -05:00
parent e8ae29588d
commit 3800b14071

View File

@ -137,7 +137,7 @@ $(pkgdir)/%.h: %.h
clean: clean-local
clean-local:
rm -f $(AUTOHFILES) runtime_defs.go version*.go
rm -f $(AUTOHFILES) runtime_defs.go version*.go asm_*.h
arch_GOARCH.h: arch_$(GOARCH).h
cp $^ $@