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

R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/610043
This commit is contained in:
Ian Lance Taylor 2010-03-17 10:08:27 -07:00
parent 908efdb5ac
commit 332ff67ee2
1 changed files with 1 additions and 1 deletions

View File

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