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