aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index e90ad7fc44..6444d30d58 100644
--- a/Makefile
+++ b/Makefile
@@ -769,16 +769,6 @@ clean::
.ml4.cmo:
$(OCAMLC) $(BYTEFLAGS) -pp "$(CAMLP4O) $(CAMLP4EXTENDFLAGS) `$(CAMLP4DEPS) $<` -impl" -c -impl $<
-# Use these lines for Windows
-#.ml4.cmx:
-# $(CAMLP4O) $(CAMLP4EXTENDFLAGS) `$(CAMLP4DEPS) $<` -o $*.ppo -impl $<
-# $(OCAMLOPT) $(OPTFLAGS) -c -impl $*.ppo
-
-# Use these lines for Windows
-#.ml4.cmo:
-# $(CAMLP4O) $(CAMLP4EXTENDFLAGS) `$(CAMLP4DEPS) $<` -o $*.ppo -impl $<
-# $(OCAMLC) $(BYTEFLAGS) -c -impl $*.ppo
-
.v.vo:
$(COQTOP) -boot -$(BEST) $(COQINCLUDES) -compile $*