Commit 332ff67e authored by Ian Lance Taylor's avatar Ian Lance Taylor

Fix build: don't assume that . is on PATH.

R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/610043
parent 908efdb5
......@@ -125,7 +125,7 @@ mkversion: mkversion.c
$(QUOTED_GOBIN)/quietgcc -o $@ -I "$(GOROOT)/include" $< "$(GOROOT)/lib/lib9.a"
version.go: mkversion
mkversion >version.go
./mkversion >version.go
%.c: %.cgo cgo2c
./cgo2c $< > $@.tmp
......
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