libgo/Makefile: Fix dependency.

From-SVN: r180778
This commit is contained in:
Ian Lance Taylor 2011-11-02 15:59:09 +00:00
parent 5d1c8e77cf
commit 2009150b2a
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)