diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-09-02 22:25:26 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-02 22:25:26 -0600 |
commit | 25faccf92848c3f20dd7739d6faf600cc1360d95 (patch) | |
tree | 427cab04d4f48f888c31aecb158099c40ecac11c /texinfo/ChangeLog | |
parent | 127cd4056ca1180271f04b204e4e3edb52137981 (diff) | |
download | gcc-25faccf92848c3f20dd7739d6faf600cc1360d95.zip gcc-25faccf92848c3f20dd7739d6faf600cc1360d95.tar.gz gcc-25faccf92848c3f20dd7739d6faf600cc1360d95.tar.bz2 |
Makefile.in (install, [...]): Make these phony targets.
* Makefile.in (install, install-info, installdirs, uninstall): Make
these phony targets.
So we don't overwrite a newer version of texinfo that might already be
installed on the system.
* makeinfo/makeinfo.c: Maybe include <stdlib.h> for malloc et al.
* util/install-info.c: Include <string*.h>.
(my_strerror): Use strerror if available.
Avoids alpha bug and redecl of sys_errlist problems.
From-SVN: r15051
Diffstat (limited to 'texinfo/ChangeLog')
-rw-r--r-- | texinfo/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index aea2b38..d12ca23 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,14 @@ +Tue Sep 2 22:25:34 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (install, install-info, installdirs, uninstall): Make + these phony targets. + +Tue Sep 2 10:19:48 1997 Richard Henderson <rth@cygnus.com> + + * makeinfo/makeinfo.c: Maybe include <stdlib.h> for malloc et al. + * util/install-info.c: Include <string*.h>. + (my_strerror): Use strerror if available. + Tue Aug 26 11:18:52 1997 Jeffrey A Law (law@cygnus.com) * libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup. |