aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-12 14:50:25 -0700
committerRob Pike <r@golang.org>2008-06-12 14:50:25 -0700
commited5e39a66dedbb21d6a48fe1a9885d4737292636 (patch)
treed30e784d57b77994c2c8b965712bdd96dd4d1fb7 /src/make.bash
parentef61a4cb1ec9ba332ee2d5a788c509d9ae851f19 (diff)
downloadgo-ed5e39a66dedbb21d6a48fe1a9885d4737292636.tar.xz
Add 6db
SVN=122505
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 e81a2a4e5f..d9a46a0f68 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-for i in lib9 libbio
+for i in lib9 libbio libmach_amd64
do
cd $i
make install