summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-08 14:36:45 -0500
committerRuss Cox <rsc@golang.org>2010-12-08 14:36:45 -0500
commit5779060d47747eae092d18eefce0b80e413923ae (patch)
treed2849638c036899a790bac804a22da0f80bd2025 /src/clean.bash
parent2122df7231f8c057e94cb1678714a249729cb0da (diff)
downloadgo-5779060d47747eae092d18eefce0b80e413923ae.tar.gz
fix build: more libcgo references
R=r CC=golang-dev http://codereview.appspot.com/3448043
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 8f3431054..d96eb52df 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -19,7 +19,7 @@ if [ "$1" != "--nopkg" ]; then
rm -rf "$GOROOT"/pkg/${GOOS}_$GOARCH
fi
rm -f "$GOROOT"/lib/*.a
-for i in lib9 libbio libcgo libmach cmd pkg \
+for i in lib9 libbio libmach cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
../test/bench ../test/garbage
do(