diff options
| author | Russ Cox <rsc@golang.org> | 2008-12-10 21:20:48 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-12-10 21:20:48 -0800 |
| commit | 4f141b3d1cc477d2639f20354f46e87653683c10 (patch) | |
| tree | e7aaad773604c29c3262e26db23838f396eaf60f | |
| parent | 571ed114e74536af730387a0b07d3d9f3f73f7d9 (diff) | |
| download | golang-4f141b3d1cc477d2639f20354f46e87653683c10.tar.gz | |
looks like i broke the build
TBR=r
OCL=20963
CL=20963
| -rw-r--r-- | src/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index 197e535d7..7d855e434 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -94,7 +94,7 @@ fmt.dirinstall: io.dirinstall reflect.dirinstall strconv.dirinstall hash.dirinstall: os.dirinstall http.dirinstall: bufio.install io.dirinstall net.dirinstall os.dirinstall strings.install io.dirinstall: os.dirinstall syscall.dirinstall -net.dirinstall: once.install os.dirinstall strconv.dirinstall +net.dirinstall: fmt.dirinstall once.install os.dirinstall strconv.dirinstall os.dirinstall: syscall.dirinstall regexp.dirinstall: os.dirinstall reflect.dirinstall: strconv.dirinstall sync.dirinstall |
