- Run fixpaths before install. (Andre Lucas)

This commit is contained in:
Damien Miller 2000-01-02 11:52:49 +11:00
parent 5121e3aaa6
commit 8beab01b49
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
by Andre Lucas <andre.lucas@dial.pipex.com>
- Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
<dgaudet@arctic.org>
- Run fixpaths before install. (Andre Lucas)
19991231
- Fix password support on systems with a mixture of shadowed and

View File

@ -92,7 +92,7 @@ clean:
manpages:
$(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.[18].in $(srcdir)/ssh*_config.in
install: all
install: manpages all
$(INSTALL) -d $(bindir)
$(INSTALL) -d $(sbindir)
$(INSTALL) -d $(mandir)