libgo/Makefile: Fix dependency.
From-SVN: r180778
This commit is contained in:
parent
5d1c8e77cf
commit
2009150b2a
2 changed files with 2 additions and 2 deletions
|
@ -2639,7 +2639,7 @@ encoding/pem/check: $(CHECK_DEPS)
|
||||||
@$(CHECK)
|
@$(CHECK)
|
||||||
.PHONY: encoding/pem/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
|
strconv.gox unicode.gox utf8.gox
|
||||||
$(BUILDPACKAGE)
|
$(BUILDPACKAGE)
|
||||||
exp/ebnf/check: $(CHECK_DEPS)
|
exp/ebnf/check: $(CHECK_DEPS)
|
||||||
|
|
|
@ -5268,7 +5268,7 @@ encoding/pem/check: $(CHECK_DEPS)
|
||||||
@$(CHECK)
|
@$(CHECK)
|
||||||
.PHONY: encoding/pem/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
|
strconv.gox unicode.gox utf8.gox
|
||||||
$(BUILDPACKAGE)
|
$(BUILDPACKAGE)
|
||||||
exp/ebnf/check: $(CHECK_DEPS)
|
exp/ebnf/check: $(CHECK_DEPS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue