diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 | ||
7 | 19991231 | 8 | 19991231 |
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: | |||
92 | manpages: | 92 | manpages: |
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 | ||
95 | install: all | 95 | install: 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) |