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