diff options
author | Ian Lance Taylor <iant@golang.org> | 2017-06-14 19:36:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-14 19:36:42 +0000 |
commit | be75f645e6d1ef22806a0193abecd56a215e6594 (patch) | |
tree | 34b7245bffdd6c5dad17735867a3834bbbc12896 /Makefile.in | |
parent | eec2130ea274839bdbd7a9727b622b11b092d2bf (diff) | |
download | gcc-be75f645e6d1ef22806a0193abecd56a215e6594.tar.gz |
Makefile.def: Add check-gotools to go check targets.
* Makefile.def: Add check-gotools to go check targets.
* Makefile.in: Rebuild.
From-SVN: r249204
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b824e0a0ca1..cb3c13e7c8f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51854,7 +51854,7 @@ check-gcc-go: s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-go); -check-go: check-gcc-go check-target-libgo +check-go: check-gcc-go check-target-libgo check-gotools .PHONY: check-gcc-brig check-brig check-gcc-brig: |