aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-11-02 15:59:09 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-11-02 15:59:09 +0000
commit2009150b2a8c607d69b4d534d97a7f7734dd88f3 (patch)
tree00351118f6f8d57e6367f857552386dd634db9f4 /libgo/Makefile.in
parent5d1c8e77cfcc007c21bfdf2077afffcb720a48b2 (diff)
downloadgcc-2009150b2a8c607d69b4d534d97a7f7734dd88f3.zip
gcc-2009150b2a8c607d69b4d534d97a7f7734dd88f3.tar.gz
gcc-2009150b2a8c607d69b4d534d97a7f7734dd88f3.tar.bz2
libgo/Makefile: Fix dependency.
From-SVN: r180778
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index da7031f..4c07233 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -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)