Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(533)

Unified Diff: src/pkg/compress/zlib/Makefile

Issue 157067: go: makes it build for the case $GOROOT has whitespaces (Closed)
Patch Set: code review 157067: go: makes it build for the case $GOROOT has whitespaces Created 15 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/compress/gzip/Makefile ('k') | src/pkg/container/heap/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/compress/zlib/Makefile
===================================================================
--- a/src/pkg/compress/zlib/Makefile
+++ b/src/pkg/compress/zlib/Makefile
@@ -2,11 +2,11 @@
# 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=compress/zlib
GOFILES=\
reader.go\
writer.go\
-include $(GOROOT)/src/Make.pkg
+include ../../../Make.pkg
« no previous file with comments | « src/pkg/compress/gzip/Makefile ('k') | src/pkg/container/heap/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b