- (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
broken makefile
This commit is contained in:
parent
180207ffe1
commit
acf59e68cb
|
@ -1,5 +1,7 @@
|
|||
20010628
|
||||
- (djm) Sync openbsd-compat with -current libc
|
||||
- (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
|
||||
broken makefile
|
||||
|
||||
20010627
|
||||
- (djm) Reintroduce pam_session call for non-pty sessions.
|
||||
|
@ -5812,4 +5814,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1335 2001/06/28 04:48:28 djm Exp $
|
||||
$Id: ChangeLog,v 1.1336 2001/06/28 10:23:14 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.178 2001/06/27 11:52:33 djm Exp $
|
||||
# $Id: Makefile.in,v 1.179 2001/06/28 10:23:15 djm Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
@ -221,7 +221,7 @@ install-files:
|
|||
if [ -f $(DESTDIR)$(sysconfdir)/primes ]; then \
|
||||
echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
|
||||
mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
|
||||
else ; \
|
||||
else \
|
||||
$(INSTALL) -m 644 moduli.out $(DESTDIR)$(sysconfdir)/moduli; \
|
||||
fi ; \
|
||||
else \
|
||||
|
|
Loading…
Reference in New Issue