summaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
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 25bcd38e7..306809633 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