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
Why3
why3
Commits
0503c1dd
Commit
0503c1dd
authored
Jul 27, 2014
by
Andrei Paskevich
Browse files
Makefile: ln -r is not supported everywhere
parent
3f3fda73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
0503c1dd
...
...
@@ -595,7 +595,7 @@ install_no_local::
install_local
::
bin/why3 $(addprefix bin/
,
$(TOOLS_BIN))
bin/%
:
bin/%.@OCAMLBEST@
ln
-sfr
$<
$@
ln
-sf
$(
notdi
r
$<
)
$@
ifneq
"$(MAKECMDGOALS)" "clean"
include
$(TOOLSDEP)
...
...
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