websocket: avoid $GOROOT in case it has spaces

Fixes #115.

R=r, ukai, sergio
https://golang.org/cl/162057
This commit is contained in:
Russ Cox 2009-11-29 20:30:02 -08:00
parent 46892656c7
commit be98bc488e

View file

@ -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