summaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 4ccd863124c..6e2a2dcef03 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -3638,7 +3638,8 @@ bufio/check: $(CHECK_DEPS)
$(CHECK)
.PHONY: bufio/check
-bytes/libbytes.a: $(go_bytes_files) $(go_bytes_c_files) io.gox os.gox utf8.gox
+bytes/libbytes.a: $(go_bytes_files) $(go_bytes_c_files) io.gox os.gox \
+ unicode.gox utf8.gox
test -d bytes || $(MKDIR_P) bytes
$(LTGOCOMPILE) -c -o bytes/bytes.$(OBJEXT) -fgo-prefix=libgo_bytes $(srcdir)/go/bytes/buffer.go $(srcdir)/go/bytes/bytes.go $(srcdir)/go/bytes/bytes_decl.go
$(LTCOMPILE) -c -o bytes/index.$(OBJEXT) $(srcdir)/go/bytes/indexbyte.c