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

Unified Diff: src/pkg/bignum/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/big/Makefile ('k') | src/pkg/bufio/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/bignum/Makefile
===================================================================
--- a/src/pkg/bignum/Makefile
+++ b/src/pkg/bignum/Makefile
@@ -2,7 +2,7 @@
# 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=bignum
GOFILES=\
@@ -11,4 +11,4 @@
integer.go\
rational.go\
-include $(GOROOT)/src/Make.pkg
+include ../../Make.pkg
« no previous file with comments | « src/pkg/big/Makefile ('k') | src/pkg/bufio/Makefile » ('j') | no next file with comments »

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