From: Daniel Stenberg Date: Sun, 29 Feb 2004 18:39:31 +0000 (+0000) Subject: Dirk Manske fixed the attempt to install the removed errmem manpage X-Git-Tag: curl-7_11_1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d818cbe58cf5064093197ff74a6b73687e6fcd70;p=thirdparty%2Fcurl.git Dirk Manske fixed the attempt to install the removed errmem manpage --- diff --git a/ares/Makefile.in b/ares/Makefile.in index fc7dca18a1..290050694a 100644 --- a/ares/Makefile.in +++ b/ares/Makefile.in @@ -63,7 +63,6 @@ install: ${INSTALL} -m 444 ${srcdir}/ares_destroy.3 ${DESTDIR}${mandir}/man3 ${INSTALL} -m 444 ${srcdir}/ares_expand_name.3 ${DESTDIR}${mandir}/man3 ${INSTALL} -m 444 ${srcdir}/ares_fds.3 ${DESTDIR}${mandir}/man3 - ${INSTALL} -m 444 ${srcdir}/ares_free_errmem.3 ${DESTDIR}${mandir}/man3 ${INSTALL} -m 444 ${srcdir}/ares_free_hostent.3 \ ${DESTDIR}${mandir}/man3 ${INSTALL} -m 444 ${srcdir}/ares_free_string.3 \