]> Cypherpunks repositories - gostls13.git/commit
crypto/md4, exp/draw/x11: fix makefile to build when GOROOT has whitespaces
authorSergio Luis O. B. Correia <sergio@larces.uece.br>
Mon, 30 Nov 2009 02:14:49 +0000 (18:14 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 30 Nov 2009 02:14:49 +0000 (18:14 -0800)
commit46892656c7438115f1c48c5c18c517f3f7b987f9
tree12c9658e27eaa5a9f15cda4db22e6ad93a4979cf
parent354b100567e9e75488b13f5a6555bd95f299cd3b
crypto/md4, exp/draw/x11: fix makefile to build when GOROOT has whitespaces

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
src/pkg/crypto/md4/Makefile
src/pkg/exp/draw/x11/Makefile