summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-02 11:52:49 +1100
committerDamien Miller <djm@mindrot.org>2000-01-02 11:52:49 +1100
commit8beab01b493d4b9c683a2a0c5da083c2e9dfd735 (patch)
tree8561eda0ece7d35a767724b842ef3d6fc83312ea /Makefile.in
parent5121e3aaa6ac8f9dccd5d2487aefbf25ab2e52ea (diff)
- Run fixpaths before install. (Andre Lucas)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)