]> Cypherpunks repositories - gostls13.git/commitdiff
build: fix for freebsd, openbsd
authorRuss Cox <rsc@golang.org>
Wed, 21 Dec 2011 01:37:58 +0000 (20:37 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Dec 2011 01:37:58 +0000 (20:37 -0500)
TBR=r
CC=golang-dev
https://golang.org/cl/5505052

src/make.bash

index 3546c5d2be841092f318b8d4f306c81b4358621d..c7939561037b2deb3c486e249c7a238a6d835f56 100755 (executable)
@@ -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