commit | a63262b6c0576e11bb45a3ba090b7666ed92d022 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Dec 20 20:37:58 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Dec 20 20:37:58 2011 -0500 |
tree | 4ee2d60fc7a6eb7a8f2c260ee6c3cad398efe7e6 | |
parent | 15782bbfaf13b92e9d06e30278a05e7ab61914fa [diff] |
build: fix for freebsd, openbsd TBR=r CC=golang-dev https://golang.org/cl/5505052
diff --git a/src/make.bash b/src/make.bash index 3546c5d..c793956 100755 --- a/src/make.bash +++ b/src/make.bash
@@ -89,7 +89,7 @@ ( cd "$GOROOT"/src/pkg/runtime ./autogen.sh - make install # copy runtime.h to pkg directory + gomake install # copy runtime.h to pkg directory ) || exit 1 if $USE_GO_TOOL; then