Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
2b67051b
Commit
2b67051b
authored
Jun 01, 2013
by
Guillaume Melquiond
Browse files
Ensure that dependencies are recomputed when modifying a .mli file.
parent
c52c0f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
2b67051b
...
...
@@ -1401,9 +1401,12 @@ clean::
%.ml %.mli
:
%.mly
$(
if
$(QUIET)
,@echo
'Ocamlyacc $<'
&&
)
$(OCAMLYACC)
-v
$<
%.dep
:
%.ml
%.dep
:
%.ml
%.mli
$(
if
$(QUIET)
,@echo
'Ocamldep $<'
&&
)
$(OCAMLDEP)
$(DEPFLAGS)
$<
$<
i
>
$@
%.dep
:
%.ml
$(
if
$(QUIET)
,@echo
'Ocamldep $<'
&&
)
$(OCAMLDEP)
$(DEPFLAGS)
$<
>
$@
# .ml4.ml:
# $(CAMLP4) pr_o.cmo -impl $< > $@
...
...
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