mirror of
https://github.com/golang/go
synced 2024-11-12 06:20:22 -07:00
websocket: avoid $GOROOT in case it has spaces
Fixes #115. R=r, ukai, sergio https://golang.org/cl/162057
This commit is contained in:
parent
46892656c7
commit
be98bc488e
@ -1,4 +1,4 @@
|
||||
include $(GOROOT)/src/Make.$(GOARCH)
|
||||
include ../../Make.$(GOARCH)
|
||||
|
||||
TARG=websocket
|
||||
GOFILES=\
|
||||
@ -6,4 +6,4 @@ GOFILES=\
|
||||
server.go\
|
||||
websocket.go\
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
include ../../Make.pkg
|
||||
|
Loading…
Reference in New Issue
Block a user