From bbc94873a8bbd6143fe363c205b611f832651966 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 22 Oct 2009 10:59:27 -0700 Subject: fix build after Mercurial move. various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004 --- src/clean.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clean.bash') diff --git a/src/clean.bash b/src/clean.bash index 31cbdab86..8acdb8722 100755 --- a/src/clean.bash +++ b/src/clean.bash @@ -5,7 +5,7 @@ rm -rf $GOROOT/pkg/${GOOS}_$GOARCH rm -f $GOROOT/lib/*.a -for i in lib9 libbio libcgo libmach libregexp cmd pkg \ +for i in lib9 libbio libcgo libmach cmd pkg \ ../misc/cgo/gmp ../misc/cgo/stdio \ ../usr/r/rpc \ ../test/bench -- cgit v1.2.1