diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 0545d7d8396e..16adf00ee2b6 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -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) diff --git a/libgo/Makefile.in b/libgo/Makefile.in index b75006661974..2b62587967c4 100644 --- a/libgo/Makefile.in +++ b/libgo/Makefile.in @@ -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)