diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-29 18:39:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-29 18:39:31 +0000 |
commit | d818cbe58cf5064093197ff74a6b73687e6fcd70 (patch) | |
tree | c45300154e62bf5721fabf24b63b61a95410f418 /ares | |
parent | 4ae4336643b1ea716052e952f0fd7bd498fb5526 (diff) |
Dirk Manske fixed the attempt to install the removed errmem manpage
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ares/Makefile.in b/ares/Makefile.in index fc7dca18a..290050694 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 \ |