diff options
author | Damien Miller <djm@mindrot.org> | 2001-06-28 20:23:14 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-06-28 20:23:14 +1000 |
commit | acf59e68cbf38be8baa151c22edcfaf7724d0928 (patch) | |
tree | fccab34329e7a78bff852f8fc79b9fa34f4866c8 /Makefile.in | |
parent | 180207ffe1a54bb15d10ce54fdc854b8dcd0511f (diff) | |
download | openssh-git-acf59e68cbf38be8baa151c22edcfaf7724d0928.tar.gz |
- (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
broken makefile
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0458b305..ac8b94a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ |