From 2009150b2a8c607d69b4d534d97a7f7734dd88f3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor <ian@gcc.gnu.org> Date: Wed, 2 Nov 2011 15:59:09 +0000 Subject: [PATCH] libgo/Makefile: Fix dependency. From-SVN: r180778 --- libgo/Makefile.am | 2 +- libgo/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 2a680190ff56..eb414906605b 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 da7031f4381b..4c07233d43de 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) -- GitLab