diff options
author | Ian Lance Taylor <iant@golang.org> | 2019-05-27 19:21:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-27 19:21:22 +0000 |
commit | 5c7247b7b7ad2ad27bec55bb39c3064fe32452f0 (patch) | |
tree | e95b749ab48d5e89394d8e62887296570d5e0aee /gotools/ChangeLog | |
parent | 7f63a854004e39660c926c7f6974638650e5fc18 (diff) | |
download | gcc-5c7247b7b7ad2ad27bec55bb39c3064fe32452f0.zip gcc-5c7247b7b7ad2ad27bec55bb39c3064fe32452f0.tar.gz gcc-5c7247b7b7ad2ad27bec55bb39c3064fe32452f0.tar.bz2 |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gotools/ChangeLog b/gotools/ChangeLog index 20af2b5..f563905 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 |