]> git.pld-linux.org Git - packages/ocaml.git/blob - ocaml-build.patch
- crude hack to get dbm.cmo working...
[packages/ocaml.git] / ocaml-build.patch
1 diff -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
13 diff -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.027511 seconds and 3 git commands to generate.