aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-22 22:24:34 -0500
committerRuss Cox <rsc@golang.org>2011-12-22 22:24:34 -0500
commit3800b14071643951643f0b681b329b4ed30c0b98 (patch)
tree892da10345b77c938d680b22e78fb8230e25cc86
parente8ae29588d87e931e4c2848f3fe76270c9c70e7d (diff)
downloadgo-3800b14071643951643f0b681b329b4ed30c0b98.tar.gz
go-3800b14071643951643f0b681b329b4ed30c0b98.zip
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
-rw-r--r--src/pkg/runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile
index 87c18f07f5..50d0515e2a 100644
--- a/src/pkg/runtime/Makefile
+++ b/src/pkg/runtime/Makefile
@@ -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 $^ $@