Commit c019d849 by Ian Lance Taylor

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

From-SVN: r171737
parent 83799a47
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment