diff options
Diffstat (limited to 'databases/ocaml-pgocaml/files/patch-Makefile')
-rw-r--r-- | databases/ocaml-pgocaml/files/patch-Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/ocaml-pgocaml/files/patch-Makefile b/databases/ocaml-pgocaml/files/patch-Makefile deleted file mode 100644 index 208039919c76..000000000000 --- a/databases/ocaml-pgocaml/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig 2007-12-17 18:15:17.332386495 -0500 -+++ Makefile 2007-12-17 18:19:21.926038900 -0500 -@@ -36,7 +36,7 @@ - OBJS := pGOCaml_config.cmo pGOCaml.cmo - XOBJS := $(OBJS:.cmo=.cmx) - --all: pGOCaml_config.ml pgocaml.cma pgocaml.cmxa pa_pgsql.cmo test_pgocaml_lowlevel$(EXECUTABLE_SUFFIX) test_pgocaml$(EXECUTABLE_SUFFIX) pgocaml_prof$(EXECUTABLE_SUFFIX) META -+all: pGOCaml_config.ml pgocaml.cma pgocaml.cmxa pa_pgsql.cmo pgocaml_prof$(EXECUTABLE_SUFFIX) META - - test_pgocaml_lowlevel$(EXECUTABLE_SUFFIX): test_pgocaml_lowlevel.cmo pgocaml.cma - ocamlfind ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) $(OCAMLCLIBS) \ -@@ -99,8 +99,8 @@ - - .depend: pGOCaml_config.ml - rm -f .depend -- ocamldep pGOCaml.mli pGOCaml.ml test_pgocaml_lowlevel.ml > $@ -- -ocamldep -pp "camlp4o $(FOR_P4) ./pa_pgsql.cmo" test_pgocaml.ml >> $@ -+ ocamldep pGOCaml.mli pGOCaml.ml > $@ -+ -ocamldep -pp "camlp4o $(FOR_P4) ./pa_pgsql.cmo" >> $@ - - ifeq ($(wildcard .depend),.depend) - include .depend |