aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-11-03 22:48:48 -0800
committerRob Pike <r@golang.org>2009-11-03 22:48:48 -0800
commit796e29ebfc0e6f129ba6602f45f1d544ad55d39b (patch)
treebf94617cb032e192661ff8c1f9dd34dc0fe1060a /src/make.bash
parent472576c6157fc9b9f8758cd3aa93d03af6f7c6e6 (diff)
downloadgo-796e29ebfc0e6f129ba6602f45f1d544ad55d39b.tar.xz
add goyacc to the build
R=rsc CC=go-dev http://go/go-review/1018034
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index b223d23b72..97750acc5b 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -20,7 +20,7 @@ CC=${CC:-gcc}
sed -e "s|@CC@|$CC|" < quietgcc.bash > $GOBIN/quietgcc
chmod +x $GOBIN/quietgcc
-for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt
+for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt cmd/goyacc
do
case "$i-$GOOS" in
libcgo-nacl)