- (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my

broken makefile
This commit is contained in:
Damien Miller 2001-06-28 20:23:14 +10:00
parent 180207ffe1
commit acf59e68cb
2 changed files with 5 additions and 3 deletions

View File

@ -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 $

View File

@ -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 \