Makefile.in (install, [...]): Make these phony targets.
authorJeff Law <law@gcc.gnu.org>
Wed, 3 Sep 1997 04:25:26 +0000 (22:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 3 Sep 1997 04:25:26 +0000 (22:25 -0600)
commit25faccf92848c3f20dd7739d6faf600cc1360d95
tree427cab04d4f48f888c31aecb158099c40ecac11c
parent127cd4056ca1180271f04b204e4e3edb52137981
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
texinfo/ChangeLog
texinfo/Makefile.in
texinfo/makeinfo/makeinfo.c
texinfo/util/install-info.c