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