From ea3c15bc88432fe1c77b5717b3b0a6ed5fc03c08 Mon Sep 17 00:00:00 2001 From: damien Date: Sun, 2 Jan 2000 00:52:49 +0000 Subject: [PATCH] - Run fixpaths before install. (Andre Lucas) --- ChangeLog | 1 + Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1add8ad8..fe65df01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ by Andre Lucas - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet + - Run fixpaths before install. (Andre Lucas) 19991231 - Fix password support on systems with a mixture of shadowed and diff --git a/Makefile.in b/Makefile.in index 3364a20a..8c875a3c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) -- 2.45.2