Commit 185a3097 authored by Russ Cox's avatar Russ Cox

fix build: new net Makefile

TBR=r
OCL=15996
CL=15996
parent 6201a963
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
# DO NOT EDIT. Automatically generated by gobuild. # 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 O=6
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -w
...@@ -32,7 +32,6 @@ clean: ...@@ -32,7 +32,6 @@ clean:
O1=\ O1=\
ip.$O\ ip.$O\
cast_$(GOARCH).$O\
O2=\ O2=\
fd_$(GOOS).$O\ fd_$(GOOS).$O\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment