- (djm) Generate config files before build

This commit is contained in:
Damien Miller 2001-03-21 13:13:40 +11:00
parent ec7e1b1d0f
commit 4b4e2d31d6
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
from Solar Designer <solar@openwall.com>
- (djm) Don't loop forever when changing password via PAM. Patch
from Solar Designer <solar@openwall.com>
- (djm) Generate config files before build
20010320
- (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
@ -4653,4 +4654,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.996 2001/03/21 02:01:35 djm Exp $
$Id: ChangeLog,v 1.997 2001/03/21 02:13:40 djm Exp $

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.161 2001/03/14 00:39:46 djm Exp $
# $Id: Makefile.in,v 1.162 2001/03/21 02:13:41 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@ -73,7 +73,7 @@ PATHSUBS = \
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
all: $(TARGETS) $(CONFIGFILES)
all: $(CONFIGFILES) $(TARGETS)
manpages: $(MANPAGES)