]> git.pld-linux.org Git - packages/ocaml.git/blame - ocaml-build.patch
- updated compile.ml change; now applies to 3.08, but needs further update (breaks...
[packages/ocaml.git] / ocaml-build.patch
CommitLineData
9d46fd95
MM
1diff -ur ocaml-3.05/camlp4/meta/Makefile ocaml-3.05-/camlp4/meta/Makefile
2--- ocaml-3.05/camlp4/meta/Makefile Fri Jul 19 16:53:49 2002
3+++ ocaml-3.05-/camlp4/meta/Makefile Thu Aug 8 13:19:11 2002
a9c3ab87
MM
4@@ -2,7 +2,7 @@
5
6 include ../config/Makefile
7
8-INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils
9+INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils -I $(OTOP)/parsing
9d46fd95 10 OCAMLCFLAGS=-warn-error A $(INCLUDES)
a9c3ab87
MM
11 OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo
12 CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo
9d46fd95
MM
13diff -ur ocaml-3.05/camlp4/ocaml_src/meta/Makefile ocaml-3.05-/camlp4/ocaml_src/meta/Makefile
14--- ocaml-3.05/camlp4/ocaml_src/meta/Makefile Fri Jul 19 16:53:53 2002
15+++ ocaml-3.05-/camlp4/ocaml_src/meta/Makefile Thu Aug 8 13:19:37 2002
a9c3ab87
MM
16@@ -2,7 +2,7 @@
17
18 include ../../config/Makefile
19
20-INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils
21+INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils -I $(OTOP)/parsing
9d46fd95 22 OCAMLCFLAGS=-warn-error A $(INCLUDES)
a9c3ab87
MM
23 OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo
24 CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo
This page took 0.059425 seconds and 4 git commands to generate.