summaryrefslogtreecommitdiff
path: root/src/pkg/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/json')
-rw-r--r--src/pkg/json/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/json/Makefile b/src/pkg/json/Makefile
index 061ab88cf..1adeff721 100644
--- a/src/pkg/json/Makefile
+++ b/src/pkg/json/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=json
GOFILES=\
@@ -10,4 +10,4 @@ GOFILES=\
parse.go\
struct.go\
-include $(GOROOT)/src/Make.pkg
+include ../../Make.pkg