re PR go/47176 (libgo doesn't compile if libunicode is installed)
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Jan 2011 14:12:37 +0000 (14:12 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Jan 2011 14:12:37 +0000 (14:12 +0000)
PR go/47176
byte/libbytes.a depends on unicode.gox.

From-SVN: r168512

libgo/Makefile.am
libgo/Makefile.in

index cddcd2439e7f7643a1afb474f13abed5dbc3876b..838fec7227bd232519aa2a95203b9358b10ba970 100644 (file)
@@ -1366,7 +1366,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
index 4ccd863124c92d22d2dd3c187a0f8a876280e2be..6e2a2dcef03959c457a3c428606951d64890f7a0 100644 (file)
@@ -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