diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-12-27 11:26:06 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-12-27 11:26:06 +0000 |
commit | edbf8b16980a483c70cce6fc94401ec6936a9789 (patch) | |
tree | ee80a7224f10677f4d592b09e2efde4da4b09194 /libgcc/ChangeLog | |
parent | 22ccaaeea70de15c24476b4a6828bfbcff6bfea9 (diff) | |
download | gcc-edbf8b16980a483c70cce6fc94401ec6936a9789.tar.gz |
Makefile.in (all): Use install-leaf rather than install.
libgcc/
* Makefile.in (all): Use install-leaf rather than install.
(install): Split most of the rule into...
(install-leaf): ...this new one.
From-SVN: r131198
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 6 |
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> |