From c019d849569ce469601b61dc3749ddf9369a2c27 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 30 Mar 2011 17:37:58 +0000 Subject: [PATCH] libgo/Makefile.am: Add missing dependencies for net/net.lo. From-SVN: r171737 --- libgo/Makefile.am | 5 +++-- libgo/Makefile.in | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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) -- 2.30.2