summaryrefslogtreecommitdiff
path: root/src/pkg/utf8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/utf8/Makefile')
-rw-r--r--src/pkg/utf8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/utf8/Makefile b/src/pkg/utf8/Makefile
index a013913c3..b3574ba3b 100644
--- a/src/pkg/utf8/Makefile
+++ b/src/pkg/utf8/Makefile
@@ -2,10 +2,11 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../Make.$(GOARCH)
+include ../../Make.inc
TARG=utf8
GOFILES=\
+ string.go\
utf8.go\
include ../../Make.pkg