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 |