OSDN Git Service

libgo/Makefile.am: Add missing dependencies for net/net.lo.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Mar 2011 17:37:58 +0000 (17:37 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Mar 2011 17:37:58 +0000 (17:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171737 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/Makefile.am
libgo/Makefile.in

index 0545d7d..16adf00 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 b750066..2b62587 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)