aboutsummaryrefslogtreecommitdiff
path: root/libatomic/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-02-22 19:55:09 +0100
committerJakub Jelinek <jakub@redhat.com>2020-02-22 19:55:09 +0100
commit128ff73d7c5b70b20991b191b64a27d64145d762 (patch)
treecb1cb5ddf2e8bd8c1d6205c86cccae3903a01f27 /libatomic/ChangeLog
parent6cd5024c8643b4359825219cdc3ae7280018d06d (diff)
downloadgcc-128ff73d7c5b70b20991b191b64a27d64145d762.zip
gcc-128ff73d7c5b70b20991b191b64a27d64145d762.tar.gz
gcc-128ff73d7c5b70b20991b191b64a27d64145d762.tar.bz2
libatomic: Fix last change [PR55930]
2020-02-22 Jakub Jelinek <jakub@redhat.com> PR other/55930 * Makefile.am (M_DEPS): Guard the empty definition with @AMDEP_FALSE@ rather than @AMDEP_TRUE@. * Makefile.in: Regenerated.
Diffstat (limited to 'libatomic/ChangeLog')
-rw-r--r--libatomic/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog
index d389614..9303122 100644
--- a/libatomic/ChangeLog
+++ b/libatomic/ChangeLog
@@ -1,3 +1,10 @@
+2020-02-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR other/55930
+ * Makefile.am (M_DEPS): Guard the empty definition with
+ @AMDEP_FALSE@ rather than @AMDEP_TRUE@.
+ * Makefile.in: Regenerated.
+
2020-02-22 Richard Purdie <rpurdie@rpsys.net>
PR other/55930