build: fix for freebsd, openbsd

TBR=r
CC=golang-dev
https://golang.org/cl/5505052
This commit is contained in:
Russ Cox 2011-12-20 20:37:58 -05:00
parent 15782bbfaf
commit a63262b6c0

View file

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