diff options
-rw-r--r-- | src/pkg/runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index f44de25d4..71ab072e0 100644 --- a/src/pkg/runtime/Makefile +++ b/src/pkg/runtime/Makefile @@ -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 |