]> Cypherpunks repositories - gostls13.git/commitdiff
Fix build: don't assume that . is on PATH.
authorIan Lance Taylor <iant@golang.org>
Wed, 17 Mar 2010 17:08:27 +0000 (10:08 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 17 Mar 2010 17:08:27 +0000 (10:08 -0700)
R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/610043

src/pkg/runtime/Makefile

index f44de25d41aaae26486ded3c25e87554a0d02a14..71ab072e013d86663827737fec15c86c24be5d5e 100644 (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