Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
570b4050
Commit
570b4050
authored
Oct 21, 2004
by
Niels Möller
Browse files
* Makefile.in (install-shared): Use $(INSTALL_PROGRAM).
Rev: src/nettle/Makefile.in:1.7
parent
ebddf349
Changes
1
Show whitespace changes
Inline
Side-by-side
src/nettle/Makefile.in
View file @
570b4050
...
...
@@ -215,7 +215,7 @@ install-here: install-info install-headers libnettle.a $(SHLIBINSTALL)
install-shared
:
$(SHLIBFORLINK)
$(INSTALL)
-d
$(DESTDIR)$(libdir)
$(INSTALL_
DATA
)
$(SHLIBFORLINK)
$(DESTDIR)$(libdir)
/
$(SHLIBFILE)
$(INSTALL_
PROGRAM
)
$(SHLIBFORLINK)
$(DESTDIR)$(libdir)
/
$(SHLIBFILE)
[
-z
"
$(SHLIBSONAME)
"
]
\
||
(
cd
$(DESTDIR)$(libdir)
\
&&
ln
-sf
$(SHLIBFILE)
$(SHLIBSONAME)
\
...
...
Write
Preview
Supports
Markdown
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