Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
a1c115fe
Commit
a1c115fe
authored
Feb 15, 2019
by
Virgile Prevosto
Browse files
[Makefile] fixes typo in variable name
parent
f3f0502f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a1c115fe
...
...
@@ -1423,9 +1423,9 @@ $(foreach file,$(LONELY_TESTS_ML_FILES),\
$(foreach
file,$(LONELY_TESTS_ML_FILES),\
$(eval $(file
:
%.ml=%.cmxs): OFLAGS+=-I $(dir $(file))))
.PRECIOUS
:
$(LONELY_TESTS_ML_FILES:%.ml=%.cmx)
\
$(LONELY_TESTS_
DYN
_FILES:%.ml=%.cmxs)
\
$(LONELY_TESTS_
BYTE
_FILES:%.ml=%.cmo)
\
$(LONELY_TESTS_
BYTE
_FILES:%.ml=%.cmi)
$(LONELY_TESTS_
ML
_FILES:%.ml=%.cmxs)
\
$(LONELY_TESTS_
ML
_FILES:%.ml=%.cmo)
\
$(LONELY_TESTS_
ML
_FILES:%.ml=%.cmi)
bin/ocamldep_transitive_closure
:
devel_tools/ocamldep_transitive_closure.ml
$(OCAMLOPT)
-package
ocamlgraph
-package
str
-linkpkg
-o
$@
$<
...
...
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