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
Why3
why3
Commits
6031de02
Commit
6031de02
authored
May 19, 2016
by
Guillaume Melquiond
Browse files
Do not install .cmx files (bug #20223).
parent
97445ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
6031de02
...
@@ -114,8 +114,8 @@ EXTLIBS = str unix nums dynlink @ZIPLIB@
...
@@ -114,8 +114,8 @@ EXTLIBS = str unix nums dynlink @ZIPLIB@
EXTCMA
=
$(
addsuffix
.cma,
$(EXTLIBS)
)
$(
addsuffix
.cmo,
$(EXTOBJS)
)
EXTCMA
=
$(
addsuffix
.cma,
$(EXTLIBS)
)
$(
addsuffix
.cmo,
$(EXTOBJS)
)
EXTCMXA
=
$(
addsuffix
.cmxa,
$(EXTLIBS)
)
$(
addsuffix
.cmx,
$(EXTOBJS)
)
EXTCMXA
=
$(
addsuffix
.cmxa,
$(EXTLIBS)
)
$(
addsuffix
.cmx,
$(EXTOBJS)
)
INSTALLED_LIB_EXTS
=
a cma
cmx
cmi cmxa cmxs
INSTALLED_LIB_EXTS
=
a cma cmi cmxa cmxs
COMPILED_LIB_EXTS
=
$(INSTALLED_LIB_EXTS)
o cmo cmt cmti annot dep conflicts
COMPILED_LIB_EXTS
=
$(INSTALLED_LIB_EXTS)
o cmo cmt cmti
cmx
annot dep conflicts
TARGET_EMACS
=
share/emacs/why3.elc
TARGET_EMACS
=
share/emacs/why3.elc
...
...
Write
Preview
Supports
Markdown
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