From: Russ Cox Date: Wed, 21 Dec 2011 01:37:58 +0000 (-0500) Subject: build: fix for freebsd, openbsd X-Git-Tag: weekly.2011-12-22~74 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a63262b6c0576e11bb45a3ba090b7666ed92d022;p=gostls13.git 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 3546c5d2be..c793956103 100755 --- a/src/make.bash +++ b/src/make.bash @@ -89,7 +89,7 @@ echo; echo; echo %%%% making runtime generated files %%%%; echo ( 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