Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
a1dcebe4
Commit
a1dcebe4
authored
Jan 23, 2015
by
Like Ma
Browse files
Fix installing dropbear.8 error when building in a separate directory.
(fix pull request #6)
parent
6cbb23a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
a1dcebe4
...
...
@@ -131,7 +131,7 @@ insmultidropbear: dropbearmulti
-
rm
-f
$(DESTDIR)$(sbindir)
/dropbear
$(EXEEXT)
-
ln
-s
$(bindir)
/dropbearmulti
$(EXEEXT)
$(DESTDIR)$(sbindir)
/dropbear
$(EXEEXT)
$(INSTALL)
-d
$(DESTDIR)$(mandir)
/man8
$(INSTALL)
-m
644 dropbear.8
$(DESTDIR)$(mandir)
/man8/dropbear.8
$(INSTALL)
-m
644
$(srcdir)
/
dropbear.8
$(DESTDIR)$(mandir)
/man8/dropbear.8
insmulti%
:
dropbearmulti
$(INSTALL)
-d
$(DESTDIR)$(bindir)
...
...
@@ -145,7 +145,7 @@ inst_dropbear: dropbear
$(INSTALL)
-d
$(DESTDIR)$(sbindir)
$(INSTALL)
dropbear
$(EXEEXT)
$(DESTDIR)$(sbindir)
$(INSTALL)
-d
$(DESTDIR)$(mandir)
/man8
$(INSTALL)
-m
644 dropbear.8
$(DESTDIR)$(mandir)
/man8/dropbear.8
$(INSTALL)
-m
644
$(srcdir)
/
dropbear.8
$(DESTDIR)$(mandir)
/man8/dropbear.8
inst_%
:
%
$(INSTALL)
-d
$(DESTDIR)$(bindir)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment