diff options
Diffstat (limited to 'dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch')
-rw-r--r-- | dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch b/dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch new file mode 100644 index 000000000000..daa0b167c230 --- /dev/null +++ b/dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -102,6 +102,8 @@ + # Rules for core library. + # + ++pa_pgsql.ml4: $(OBJS) ++ + pa_pgsql.cmo: pa_pgsql.ml4 + ocamlfind ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) \ + -pp "camlp4o pa_extend.cmo q_MLast.cmo $(P4_PARAMS) -impl" \ |