1
0
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:
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