this is the exact same thing issue #115 is about. fix makefiles to use relative
path to work in the case we have whitespaces as part of GOROOT.
R=rsc
https://golang.org/cl/162055
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include $(GOROOT)/src/Make.$(GOARCH)
+include ../../../Make.$(GOARCH)
TARG=crypto/md4
GOFILES=\
md4.go\
md4block.go\
-include $(GOROOT)/src/Make.pkg
+include ../../../Make.pkg
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include $(GOROOT)/src/Make.$(GOARCH)
+include ../../../../Make.$(GOARCH)
TARG=exp/draw/x11
GOFILES=\
auth.go\
conn.go\
-include $(GOROOT)/src/Make.pkg
+include ../../../../Make.pkg