From: Russ Cox Date: Fri, 23 Dec 2011 03:24:34 +0000 (-0500) Subject: runtime: delete old asm_*.h if still around X-Git-Tag: weekly.2011-12-22~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3800b14071643951643f0b681b329b4ed30c0b98;p=gostls13.git 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 --- 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 $^ $@