aboutsummaryrefslogtreecommitdiff
path: root/src/lib/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/make.bash')
-rwxr-xr-xsrc/lib/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/make.bash b/src/lib/make.bash
index c791b23930..5cc976262c 100755
--- a/src/lib/make.bash
+++ b/src/lib/make.bash
@@ -33,7 +33,7 @@ do
6g -o $GOROOT/pkg/$base.6 $i
done
-for i in net time http
+for i in net time http regexp
do
echo; echo; echo %%%% making lib/$i %%%%; echo
cd $i