diff options
author | Russ Cox <rsc@golang.org> | 2009-06-29 20:53:05 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-06-29 20:53:05 -0700 |
commit | 048b7ed12594b0befc73877301d17f847b4fc4a5 (patch) | |
tree | 351d2c52258747c7463d63221fd1a5e7663a6650 /src/pkg/io/Makefile | |
parent | a18ca5885b3f319e7301e40659af894aa6efbd9a (diff) | |
download | golang-048b7ed12594b0befc73877301d17f847b4fc4a5.tar.gz |
delete io.ByteBuffer
R=r
DELTA=25 (0 added, 15 deleted, 10 changed)
OCL=30892
CL=30892
Diffstat (limited to 'src/pkg/io/Makefile')
-rw-r--r-- | src/pkg/io/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/io/Makefile b/src/pkg/io/Makefile index e265c99cf..eb3a966ad 100644 --- a/src/pkg/io/Makefile +++ b/src/pkg/io/Makefile @@ -35,7 +35,6 @@ coverage: packages O1=\ io.$O\ pipe.$O\ - xxx.$O\ O2=\ utils.$O\ @@ -45,7 +44,7 @@ phases: a1 a2 _obj$D/io.a: phases a1: $(O1) - $(AR) grc _obj$D/io.a io.$O pipe.$O xxx.$O + $(AR) grc _obj$D/io.a io.$O pipe.$O rm -f $(O1) a2: $(O2) |