summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-21 13:13:40 +1100
committerDamien Miller <djm@mindrot.org>2001-03-21 13:13:40 +1100
commit4b4e2d31d66728b06a0a5defed21c2781e0f314a (patch)
tree793f65290a6d2af101111716af942ee4dbdf656f
parentec7e1b1d0fa042c7670122b6eb5cb59b14491fca (diff)
- (djm) Generate config files before build
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 57b999ef3..0dd9f7bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
5 from Solar Designer <solar@openwall.com> 5 from Solar Designer <solar@openwall.com>
6 - (djm) Don't loop forever when changing password via PAM. Patch 6 - (djm) Don't loop forever when changing password via PAM. Patch
7 from Solar Designer <solar@openwall.com> 7 from Solar Designer <solar@openwall.com>
8 - (djm) Generate config files before build
8 9
920010320 1020010320
10 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS). 11 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
@@ -4653,4 +4654,4 @@
4653 - Wrote replacements for strlcpy and mkdtemp 4654 - Wrote replacements for strlcpy and mkdtemp
4654 - Released 1.0pre1 4655 - Released 1.0pre1
4655 4656
4656$Id: ChangeLog,v 1.996 2001/03/21 02:01:35 djm Exp $ 4657$Id: ChangeLog,v 1.997 2001/03/21 02:13:40 djm Exp $
diff --git a/Makefile.in b/Makefile.in
index 2fd16be44..047f906de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.161 2001/03/14 00:39:46 djm Exp $ 1# $Id: Makefile.in,v 1.162 2001/03/21 02:13:41 djm Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -73,7 +73,7 @@ PATHSUBS = \
73 73
74FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) 74FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
75 75
76all: $(TARGETS) $(CONFIGFILES) 76all: $(CONFIGFILES) $(TARGETS)
77 77
78manpages: $(MANPAGES) 78manpages: $(MANPAGES)
79 79