aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-22 10:59:27 -0700
committerRuss Cox <rsc@golang.org>2009-10-22 10:59:27 -0700
commit219fb020428360b6acf170accba176a038e3a27a (patch)
tree01fd443235fa4e5b53bfcc3ab6995fa47764a34c /src/cmd/make.bash
parent90cc4a594960cd6ad0e71422cfbf226a20d6b3f4 (diff)
downloadgo-219fb020428360b6acf170accba176a038e3a27a.tar.xz
fix build after Mercurial move.
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004
Diffstat (limited to 'src/cmd/make.bash')
-rw-r--r--src/cmd/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash
index 25bcd38e79..3068096332 100644
--- a/src/cmd/make.bash
+++ b/src/cmd/make.bash
@@ -18,7 +18,7 @@ bash mkenam
make enam.o
cd ..
-for i in cc ${O}l ${O}a ${O}c gc ${O}g gopack db nm acid cov godefs prof gotest
+for i in cc ${O}l ${O}a ${O}c gc ${O}g gopack nm cov godefs prof gotest
do
echo; echo; echo %%%% making $i %%%%; echo
cd $i