aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2011-11-02 15:59:09 +0000
committerIan Lance Taylor <iant@google.com>2011-11-02 15:59:09 +0000
commit9eee3ffb020e687cb269ad44f8d036f9a593cf19 (patch)
tree00351118f6f8d57e6367f857552386dd634db9f4
parentd3cc2d8f9df5d5052ba37fea700a0d91bc667dc1 (diff)
libgo/Makefile: Fix dependency.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@180778 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgo/Makefile.am2
-rw-r--r--libgo/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index 2a680190ff5..eb414906605 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -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)
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index da7031f4381..4c07233d43d 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)