projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4ce4f
)
fixed missing -syntax when using ocamlopt
author
Enrico Tassi
<enrico.tassi@inria.fr>
Tue, 24 May 2005 14:14:28 +0000
(14:14 +0000)
committer
Enrico Tassi
<enrico.tassi@inria.fr>
Tue, 24 May 2005 14:14:28 +0000
(14:14 +0000)
helm/ocaml/cic_notation/Makefile
patch
|
blob
|
history
diff --git
a/helm/ocaml/cic_notation/Makefile
b/helm/ocaml/cic_notation/Makefile
index 8a168568f804172e4fc28923ab3291eea6f8a0fa..fcf53edd5535eda996394cfbec8f23e7b49c4db3 100644
(file)
--- a/
helm/ocaml/cic_notation/Makefile
+++ b/
helm/ocaml/cic_notation/Makefile
@@
-27,8
+27,8
@@
test_parser: test_parser.ml $(PACKAGE).cma
cicNotationLexer.cmo: OCAMLC = $(OCAMLC_P4)
cicNotationParser.cmo: OCAMLC = $(OCAMLC_P4)
-cicNotationLexer.cmx: OCAML
C = $(OCAMLC
_P4)
-cicNotationParser.cmx: OCAML
C = $(OCAMLC
_P4)
+cicNotationLexer.cmx: OCAML
OPT = $(OCAMLOPT
_P4)
+cicNotationParser.cmx: OCAML
OPT = $(OCAMLOPT
_P4)
clean: extra_clean
distclean: extra_clean