mirror of git://gcc.gnu.org/git/gcc.git
libgo/Makefile.am: Add missing dependencies for net/net.lo.
From-SVN: r171737
This commit is contained in:
parent
83799a479c
commit
c019d84956
|
|
@ -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)
|
||||||
$(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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue