]> Cypherpunks repositories - gostls13.git/commitdiff
fix build: new net Makefile
authorRuss Cox <rsc@golang.org>
Fri, 26 Sep 2008 21:18:34 +0000 (14:18 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Sep 2008 21:18:34 +0000 (14:18 -0700)
TBR=r
OCL=15996
CL=15996

src/lib/net/Makefile

index 553a95d49dff45cbf321f2eecad932ee8a8e67dd..568377ddd651a86d673dd5eaf77ccbf1b4fe667c 100644 (file)
@@ -3,7 +3,7 @@
 # license that can be found in the LICENSE file.
 
 # DO NOT EDIT.  Automatically generated by gobuild.
-# gobuild -m net net.go fd_darwin.go ip.go cast_amd64.s net_darwin.go
+# gobuild -m net fd_darwin.go net.go net_darwin.go ip.go
 O=6
 GC=$(O)g
 CC=$(O)c -w
@@ -32,7 +32,6 @@ clean:
 
 O1=\
        ip.$O\
-       cast_$(GOARCH).$O\
 
 O2=\
        fd_$(GOOS).$O\