mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 07:35:24 +08:00
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)
|
||||
.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)
|
||||
|
Loading…
Reference in New Issue
Block a user