summaryrefslogtreecommitdiff
path: root/src/pkg/gob/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/gob/Makefile')
-rw-r--r--src/pkg/gob/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/gob/Makefile b/src/pkg/gob/Makefile
index 1a77252f7..5b175b347 100644
--- a/src/pkg/gob/Makefile
+++ b/src/pkg/gob/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=gob
GOFILES=\
@@ -12,4 +12,4 @@ GOFILES=\
encoder.go\
type.go\
-include $(GOROOT)/src/Make.pkg
+include ../../Make.pkg