mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 16:16:17 +08:00
libgo/Makefile: Fix dependency.
From-SVN: r180778
This commit is contained in:
parent
5d1c8e77cf
commit
2009150b2a
@ -2639,7 +2639,7 @@ encoding/pem/check: $(CHECK_DEPS)
|
||||
@$(CHECK)
|
||||
.PHONY: encoding/pem/check
|
||||
|
||||
exp/ebnf.lo: $(go_exp_ebnf_files) go/scanner.gox go/token.gox os.gox \
|
||||
exp/ebnf.lo: $(go_exp_ebnf_files) scanner.gox go/token.gox os.gox \
|
||||
strconv.gox unicode.gox utf8.gox
|
||||
$(BUILDPACKAGE)
|
||||
exp/ebnf/check: $(CHECK_DEPS)
|
||||
|
@ -5268,7 +5268,7 @@ encoding/pem/check: $(CHECK_DEPS)
|
||||
@$(CHECK)
|
||||
.PHONY: encoding/pem/check
|
||||
|
||||
exp/ebnf.lo: $(go_exp_ebnf_files) go/scanner.gox go/token.gox os.gox \
|
||||
exp/ebnf.lo: $(go_exp_ebnf_files) scanner.gox go/token.gox os.gox \
|
||||
strconv.gox unicode.gox utf8.gox
|
||||
$(BUILDPACKAGE)
|
||||
exp/ebnf/check: $(CHECK_DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user