]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: delete old asm_*.h if still around
authorRuss Cox <rsc@golang.org>
Fri, 23 Dec 2011 03:24:34 +0000 (22:24 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 23 Dec 2011 03:24:34 +0000 (22:24 -0500)
Fixes bug Robert ran into.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5501070

src/pkg/runtime/Makefile

index 87c18f07f52048df6d5530484968244c28465db0..50d0515e2ab76b0578069dd1b8d3ea0a86bbbef7 100644 (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 $^ $@