Commit 3800b140 authored by Russ Cox's avatar Russ Cox

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
parent e8ae2958
......@@ -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 $^ $@
......
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