From: Russ Cox Date: Fri, 26 Sep 2008 21:18:34 +0000 (-0700) Subject: fix build: new net Makefile X-Git-Tag: weekly.2009-11-06~3104 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=185a309737fdb8ccd139473fea2178285fec2456;p=gostls13.git fix build: new net Makefile TBR=r OCL=15996 CL=15996 --- diff --git a/src/lib/net/Makefile b/src/lib/net/Makefile index 553a95d49d..568377ddd6 100644 --- a/src/lib/net/Makefile +++ b/src/lib/net/Makefile @@ -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\