diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-16 02:51:23 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-16 02:51:23 +0000 |
commit | e390e838fd2aa9f8c0f0bfd7a38eb20de5bb2305 (patch) | |
tree | ff56debd64b1a2c13ac23612cdda4e87298ebbe2 /libiberty | |
parent | 9e362499195402d778affd4d7300bce9a277405a (diff) | |
download | gcc-e390e838fd2aa9f8c0f0bfd7a38eb20de5bb2305.tar.gz |
- fix typo in entry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33919 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3aa5bbf677c..4b37789ba78 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,6 +1,6 @@ 2000-05-15 David Edelsohn <edelsohn@gnu.org> - Makefile.in: Change "pic" to depend on $(PICFLAG), not + * Makefile.in: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). 2000-05-10 Jakub Jelinek <jakub@redhat.com> |