summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1add8ad8d..fe65df016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 by Andre Lucas <andre.lucas@dial.pipex.com> 3 by Andre Lucas <andre.lucas@dial.pipex.com>
4 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet 4 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
5 <dgaudet@arctic.org> 5 <dgaudet@arctic.org>
6 - Run fixpaths before install. (Andre Lucas)
6 7
719991231 819991231
8 - Fix password support on systems with a mixture of shadowed and 9 - Fix password support on systems with a mixture of shadowed and
diff --git a/Makefile.in b/Makefile.in
index 3364a20ad..8c875a3c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,7 +92,7 @@ clean:
92manpages: 92manpages:
93 $(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.[18].in $(srcdir)/ssh*_config.in 93 $(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.[18].in $(srcdir)/ssh*_config.in
94 94
95install: all 95install: manpages all
96 $(INSTALL) -d $(bindir) 96 $(INSTALL) -d $(bindir)
97 $(INSTALL) -d $(sbindir) 97 $(INSTALL) -d $(sbindir)
98 $(INSTALL) -d $(mandir) 98 $(INSTALL) -d $(mandir)