You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.p...

12 lines
254 B

--- 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" \