summaryrefslogtreecommitdiff
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 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)