summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/strconv/Makefile')
-rw-r--r--src/pkg/strconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/strconv/Makefile b/src/pkg/strconv/Makefile
index af5c5e110..8b20273b8 100644
--- a/src/pkg/strconv/Makefile
+++ b/src/pkg/strconv/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=strconv
GOFILES=\
@@ -13,4 +13,4 @@ GOFILES=\
itoa.go\
quote.go\
-include $(GOROOT)/src/Make.pkg
+include ../../Make.pkg