Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
cc937058
Commit
cc937058
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
5bac912a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
cc937058
...
...
@@ -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
.
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