]> git.pld-linux.org Git - packages/ocaml.git/blob - ocaml-build.patch
- upgrade to 3.08.2
[packages/ocaml.git] / ocaml-build.patch
1 diff -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
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=-warn-error A $(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
13 diff -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
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=-warn-error A $(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.024642 seconds and 3 git commands to generate.