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
d2177c44
Commit
d2177c44
authored
Sep 02, 2016
by
Guillaume Melquiond
Browse files
Prevent build failure on case-insensitive filesystems.
parent
83aea8f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
d2177c44
...
...
@@ -1821,7 +1821,8 @@ clean::
# the generic rule cannot be applied since ocaml would confuse
# lib/why3/why3extract.cmi for the interface (!!!)
src/tools/why3extract.cmx
:
src/tools/why3extract.ml
# same for ocaml/lablgtk2/gMain.cmi on case-insensitive filesystems
src/tools/why3extract.cmx src/ide/gmain.cmx
:
%.cmx: %.ml
$(SHOW)
'Ocamlopt $<'
$(HIDE)$(OCAMLOPT)
-c
$(OFLAGS)
$<
...
...
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