summaryrefslogtreecommitdiff
path: root/gotools/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-05-27 19:21:22 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-05-27 19:21:22 +0000
commit5c7247b7b7ad2ad27bec55bb39c3064fe32452f0 (patch)
treee95b749ab48d5e89394d8e62887296570d5e0aee /gotools/ChangeLog
parent7f63a854004e39660c926c7f6974638650e5fc18 (diff)
Makefile.am (check-go-tool): Only chmod check-go-dir if it exists.
* Makefile.am (check-go-tool): Only chmod check-go-dir if it exists. * Makefile.in: Regenerate. From-SVN: r271669
Diffstat (limited to 'gotools/ChangeLog')
-rw-r--r--gotools/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gotools/ChangeLog b/gotools/ChangeLog
index 20af2b51537..f5639057d7b 100644
--- a/gotools/ChangeLog
+++ b/gotools/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-27 Ian Lance Taylor <iant@golang.org>
+
+ * Makefile.am (check-go-tool): Only chmod check-go-dir if it
+ exists.
+ * Makefile.in: Regenerate.
+
2019-02-28 Ian Lance Taylor <iant@golang.org>
PR go/89406