libgo/Makefile.am: Add missing dependencies for net/net.lo.

From-SVN: r171737
This commit is contained in:
Ian Lance Taylor 2011-03-30 17:37:58 +00:00
parent 83799a479c
commit c019d84956
2 changed files with 6 additions and 4 deletions

View 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)

View 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)