summaryrefslogtreecommitdiff
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 bfd37d51e..889b23db3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.311 2010/08/31 12:47:15 djm Exp $ 1# $Id: Makefile.in,v 1.312 2011/01/02 10:53:08 djm Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -230,7 +230,7 @@ catman-do:
230 @for f in $(MANPAGES_IN) ; do \ 230 @for f in $(MANPAGES_IN) ; do \
231 base=`echo $$f | sed 's/\..*$$//'` ; \ 231 base=`echo $$f | sed 's/\..*$$//'` ; \
232 echo "$$f -> $$base.0" ; \ 232 echo "$$f -> $$base.0" ; \
233 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \ 233 mandoc $$f | cat -v | sed -e 's/.\^H//g' \
234 >$$base.0 ; \ 234 >$$base.0 ; \
235 done 235 done
236 236