libgo/Makefile.am: Add missing dependencies for net/net.lo.
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 30 Mar 2011 17:37:58 +0000 (17:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 30 Mar 2011 17:37:58 +0000 (17:37 +0000)
From-SVN: r171737

libgo/Makefile.am
libgo/Makefile.in

index 0545d7d8396e631e3cf82b7a15dfdb6de83dbf0e..16adf00ee2b6c7db16ca1f6bc32f110e4d93bd00 100644 (file)
@@ -1705,8 +1705,9 @@ mime/check: $(CHECK_DEPS)
        $(CHECK)
 .PHONY: mime/check
 
-net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \
-               strconv.gox strings.gox sync.gox syscall.gox
+net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
+               reflect.gox strconv.gox strings.gox sync.gox syscall.gox \
+               time.gox
        $(BUILDPACKAGE)
 net/check: $(CHECK_DEPS)
        $(CHECK)
index b7500666197433ca7ea70ad16f003a8e91c1685a..2b62587967c445c7077f191b4e247071c36ace97 100644 (file)
@@ -4125,8 +4125,9 @@ mime/check: $(CHECK_DEPS)
        $(CHECK)
 .PHONY: mime/check
 
-net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \
-               strconv.gox strings.gox sync.gox syscall.gox
+net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
+               reflect.gox strconv.gox strings.gox sync.gox syscall.gox \
+               time.gox
        $(BUILDPACKAGE)
 net/check: $(CHECK_DEPS)
        $(CHECK)