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) ...@@ -1705,8 +1705,9 @@ mime/check: $(CHECK_DEPS)
$(CHECK) $(CHECK)
.PHONY: mime/check .PHONY: mime/check
net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \ net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
strconv.gox strings.gox sync.gox syscall.gox reflect.gox strconv.gox strings.gox sync.gox syscall.gox \
time.gox
$(BUILDPACKAGE) $(BUILDPACKAGE)
net/check: $(CHECK_DEPS) net/check: $(CHECK_DEPS)
$(CHECK) $(CHECK)
......
...@@ -4125,8 +4125,9 @@ mime/check: $(CHECK_DEPS) ...@@ -4125,8 +4125,9 @@ mime/check: $(CHECK_DEPS)
$(CHECK) $(CHECK)
.PHONY: mime/check .PHONY: mime/check
net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \ net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
strconv.gox strings.gox sync.gox syscall.gox reflect.gox strconv.gox strings.gox sync.gox syscall.gox \
time.gox
$(BUILDPACKAGE) $(BUILDPACKAGE)
net/check: $(CHECK_DEPS) net/check: $(CHECK_DEPS)
$(CHECK) $(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