diff options
| author | Rob Pike <r@golang.org> | 2009-08-14 10:46:04 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-08-14 10:46:04 -0700 |
| commit | 00274a13cb76fc826f65978f3ab6fa1f90e46dab (patch) | |
| tree | a0de514e464c4c5efa9fd90c1e14d9443e9b2a06 /src/make.bash | |
| parent | ce1dd6cce375c65ecbdd11276e69f0e6de9d424b (diff) | |
| download | go-00274a13cb76fc826f65978f3ab6fa1f90e46dab.tar.xz | |
rename libmach_amd64 libmach
R=rsc
OCL=33273
CL=33276
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index acd4f5af79..5f3643c015 100755 --- a/src/make.bash +++ b/src/make.bash @@ -19,7 +19,7 @@ rm -f $GOBIN/quietgcc cp quietgcc.bash $GOBIN/quietgcc chmod +x $GOBIN/quietgcc -for i in lib9 libbio libmach_amd64 libregexp cmd pkg cmd/ebnflint cmd/godoc cmd/gofmt +for i in lib9 libbio libmach libregexp cmd pkg cmd/ebnflint cmd/godoc cmd/gofmt do # The ( ) here are to preserve the current directory # for the next round despite the cd $i below. |
