Commit 8a20cfc0 authored by Rob Pike's avatar Rob Pike

fix build: no acid

R=rsc
http://go/go-review/1014005
parent eea25730
......@@ -84,7 +84,7 @@ clean: clean-local
clean-local:
rm -f cgo2c */asm.h
$(GOARCH)/asm.h: mkasmh.sh
$(GOARCH)/asm.h: mkasmh.sh runtime.acid
./mkasmh.sh >$@.x
mv -f $@.x $@
......@@ -110,4 +110,6 @@ cgo2c: cgo2c.c
%.$O: $(GOOS)/$(GOARCH)/%.s $(GOARCH)/asm.h
$(AS) $<
# for discovering offsets inside structs when debugging
runtime.acid: runtime.h proc.c
$(CC) -a proc.c >runtime.acid
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