]> andersk Git - openssh.git/commitdiff
Unbreak make -f Makefile.in distprep
authortim <tim>
Thu, 9 May 2002 14:05:59 +0000 (14:05 +0000)
committertim <tim>
Thu, 9 May 2002 14:05:59 +0000 (14:05 +0000)
ChangeLog
Makefile.in

index 901185df6cfb2b1f398b77563d912797e1a18dcd..3a937482473727a9c5830783dd6d938b998c7735 100644 (file)
--- 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 <maxwell@cs.dal.ca>
  - (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]
index ccf9368677e0e54cd6f3df8335850f5e29b71423..e3f2506efc33ec04f74d622e4f0b8241ae2af5c8 100644 (file)
@@ -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@
This page took 0.047836 seconds and 5 git commands to generate.