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