summaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-27 11:26:06 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-27 11:26:06 +0000
commit8237872e2a633a4ccf4a6291dd67becf4ffc2ab9 (patch)
treeee80a7224f10677f4d592b09e2efde4da4b09194 /libgcc/ChangeLog
parent4ac850f83ea1fc582346a032912f7c45089ff0d2 (diff)
downloadgcc-8237872e2a633a4ccf4a6291dd67becf4ffc2ab9.tar.gz
libgcc/
* Makefile.in (all): Use install-leaf rather than install. (install): Split most of the rule into... (install-leaf): ...this new one. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131198 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index d5481be95a7..68f4c508933 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ * Makefile.in (all): Use install-leaf rather than install.
+ (install): Split most of the rule into...
+ (install-leaf): ...this new one.
+
2007-12-19 Etsushi Kato <ek.kato@gmail.com>
Paolo Bonzini <bonzini@gnu.org>