summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-03 14:48:14 +1100
committerDamien Miller <djm@mindrot.org>2011-01-03 14:48:14 +1100
commitd197fd64a1fa309295a99ce46e9ee016b84d2a59 (patch)
treedc530cd92d08ae6a408033fbcfd1303ab7725ab9
parent41bccf75af219888d55552134242207392d91d67 (diff)
- (djm) [Makefile.in] revert local hack I didn't intend to commit
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a1828c1f9..4ee52850b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
120110102 120110102
2 - (djm) [Makefile.in] revert local hack I didn't intend to commit
3
420110102
2 - (djm) [loginrec.c] Fix some fd leaks on error paths. ok dtucker 5 - (djm) [loginrec.c] Fix some fd leaks on error paths. ok dtucker
3 - (djm) [configure.ac] Check whether libdes is needed when building 6 - (djm) [configure.ac] Check whether libdes is needed when building
4 with Heimdal krb5 support. On OpenBSD this library no longer exists, 7 with Heimdal krb5 support. On OpenBSD this library no longer exists,
diff --git a/Makefile.in b/Makefile.in
index 889b23db3..b46a7b26f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.312 2011/01/02 10:53:08 djm Exp $ 1# $Id: Makefile.in,v 1.313 2011/01/03 03:48:16 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 mandoc $$f | cat -v | sed -e 's/.\^H//g' \ 233 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
234 >$$base.0 ; \ 234 >$$base.0 ; \
235 done 235 done
236 236