From 075682c165e9659cd99fca46b4da61bde14e52d4 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 9 May 2002 14:05:59 +0000 Subject: [PATCH] Unbreak make -f Makefile.in distprep --- ChangeLog | 7 ++++--- Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 901185df..3a937482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ -20020508 - - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work) +20020509 + - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep -20020507 +20020508 - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is called. Report by Chris Maxwell - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile + - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work) 20020507 - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] diff --git a/Makefile.in b/Makefile.in index ccf93686..e3f2506e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ # $Id$ -SHELL = @SH@ +# uncomment if you run a non bourne compatable shell. Ie. csh +#SHELL = @SH@ prefix=@prefix@ exec_prefix=@exec_prefix@ -- 2.45.2