1
0
mirror of https://github.com/golang/go synced 2024-11-25 02:07:58 -07:00

fix build: no acid

R=rsc
http://go/go-review/1014005
This commit is contained in:
Rob Pike 2009-10-22 11:52:35 -07:00
parent eea2573032
commit 8a20cfc009

View File

@ -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