diff options
author | devans <devans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-02 22:00:20 +0000 |
---|---|---|
committer | devans <devans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-02 22:00:20 +0000 |
commit | 13a77ee7839ade03166b573155a25debaf586c54 (patch) | |
tree | cec1ee9587ab5bc39582ba4dd98c39b4893abc9c | |
parent | c39772e153fb5d35cbd61ed0ef365a57d4c77d18 (diff) | |
download | gcc-13a77ee7839ade03166b573155a25debaf586c54.tar.gz |
Fix thinko in previous checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180805 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libiberty/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 79c37c23095..8ff403b41c6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,6 +1,6 @@ 2011-11-02 Doug Evans <dje@google.com> - * Makefile.in (CFILES): Add it. + * Makefile.in (CFILES): Add timeval-utils.c. (REQUIRED_OFILES): Add timeval-utils.$(objext). (INSTALLED_HEADERS): Add timeval-utils.h. (timeval-utils.$(objext)): Add rule. |