summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-02 21:53:07 +1100
committerDamien Miller <djm@mindrot.org>2011-01-02 21:53:07 +1100
commit41bccf75af219888d55552134242207392d91d67 (patch)
tree9cf106e3254736913d76001ce707f554facb436a /Makefile.in
parent4a06f9271fe5341c942232015add391cee366b68 (diff)
- (djm) [configure.ac] Check whether libdes is needed when building
with Heimdal krb5 support. On OpenBSD this library no longer exists, so linking it unconditionally causes a build failure; ok dtucker
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bfd37d51..889b23db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.311 2010/08/31 12:47:15 djm Exp $
+# $Id: Makefile.in,v 1.312 2011/01/02 10:53:08 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -230,7 +230,7 @@ catman-do:
@for f in $(MANPAGES_IN) ; do \
base=`echo $$f | sed 's/\..*$$//'` ; \
echo "$$f -> $$base.0" ; \
- nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
+ mandoc $$f | cat -v | sed -e 's/.\^H//g' \
>$$base.0 ; \
done