- (djm) Generate config files before build
This commit is contained in:
parent
ec7e1b1d0f
commit
4b4e2d31d6
|
@ -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 $
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue