From: Ian Lance Taylor Date: Wed, 30 Mar 2011 17:37:58 +0000 (+0000) Subject: libgo/Makefile.am: Add missing dependencies for net/net.lo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c019d849569ce469601b61dc3749ddf9369a2c27;p=gcc.git libgo/Makefile.am: Add missing dependencies for net/net.lo. From-SVN: r171737 --- diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 0545d7d8396..16adf00ee2b 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 b7500666197..2b62587967c 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)