]> git.pld-linux.org Git - packages/ocaml.git/blame - ocaml-build.patch
- without this, it doesn't even build, at least with 3.02 installed
[packages/ocaml.git] / ocaml-build.patch
CommitLineData
a9c3ab87
MM
1diff -ur ocaml-3.04/camlp4/meta/Makefile ocaml-3.04-/camlp4/meta/Makefile
2--- ocaml-3.04/camlp4/meta/Makefile Sat Sep 29 03:08:35 2001
3+++ ocaml-3.04-/camlp4/meta/Makefile Thu Jan 31 17:20:03 2002
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
10 OCAMLCFLAGS=$(INCLUDES)
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
13diff -ur ocaml-3.04/camlp4/ocaml_src/meta/Makefile ocaml-3.04-/camlp4/ocaml_src/meta/Makefile
14--- ocaml-3.04/camlp4/ocaml_src/meta/Makefile Tue Oct 2 13:49:03 2001
15+++ ocaml-3.04-/camlp4/ocaml_src/meta/Makefile Thu Jan 31 17:18:39 2002
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
22 OCAMLCFLAGS=$(INCLUDES)
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.037153 seconds and 4 git commands to generate.