diff options
author | Tim Rice <tim@multitalents.net> | 2002-05-09 07:05:59 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-05-09 07:05:59 -0700 |
commit | a7a5d6d1b54e5c6f4827d7b6545b59787fe61e71 (patch) | |
tree | 344eeb6936f3a5e99d220c5e44e1c6e6ec1207e6 | |
parent | ffc868ff836100ad41fe18a0e48e2705a211c417 (diff) |
Unbreak make -f Makefile.in distprep
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | Makefile.in | 5 |
2 files changed, 8 insertions, 6 deletions
@@ -1,10 +1,11 @@ | |||
1 | 20020508 | 1 | 20020509 |
2 | - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work) | 2 | - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep |
3 | 3 | ||
4 | 20020507 | 4 | 20020508 |
5 | - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is | 5 | - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is |
6 | called. Report by Chris Maxwell <maxwell@cs.dal.ca> | 6 | called. Report by Chris Maxwell <maxwell@cs.dal.ca> |
7 | - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile | 7 | - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile |
8 | - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work) | ||
8 | 9 | ||
9 | 20020507 | 10 | 20020507 |
10 | - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | 11 | - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] |
@@ -547,4 +548,4 @@ | |||
547 | - (stevesk) entropy.c: typo in debug message | 548 | - (stevesk) entropy.c: typo in debug message |
548 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 549 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
549 | 550 | ||
550 | $Id: ChangeLog,v 1.2099 2002/05/09 05:59:13 djm Exp $ | 551 | $Id: ChangeLog,v 1.2100 2002/05/09 14:05:59 tim Exp $ |
diff --git a/Makefile.in b/Makefile.in index 62859bf13..6af2e3a87 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,6 +1,7 @@ | |||
1 | # $Id: Makefile.in,v 1.205 2002/05/08 23:04:14 tim Exp $ | 1 | # $Id: Makefile.in,v 1.206 2002/05/09 14:05:59 tim Exp $ |
2 | 2 | ||
3 | SHELL = @SH@ | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | ||
4 | 5 | ||
5 | prefix=@prefix@ | 6 | prefix=@prefix@ |
6 | exec_prefix=@exec_prefix@ | 7 | exec_prefix=@exec_prefix@ |