aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-06-16 09:39:57 -0700
committerRobert Griesemer <gri@golang.org>2009-06-16 09:39:57 -0700
commitd45442ed65d8306cc6d8faddc931f03fd32fd52a (patch)
tree1428d20fb729975407adacadb64d4d7e87e53a46 /src/cmd/make.bash
parentf05c04146ea91ef290b2a4e2200c8ba58ab3b16d (diff)
downloadgo-d45442ed65d8306cc6d8faddc931f03fd32fd52a.tar.xz
fix build
R=rsc DELTA=5 (0 added, 1 deleted, 4 changed) OCL=30343 CL=30343
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 2019b440ff..ca4517218e 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 ar db nm acid cov godefs godoc prof gotest
+for i in cc ${O}l ${O}a ${O}c gc ${O}g ar db nm acid cov godefs prof gotest
do
echo; echo; echo %%%% making $i %%%%; echo
cd $i