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 |